public class MongoInsert extends ClientRequest
| Constructor and Description |
|---|
MongoInsert(io.netty.channel.Channel channel,
MessageHeader header,
java.lang.String fullCollectionName,
java.util.List<Document> documents) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Document> |
getDocuments() |
java.lang.String |
toString() |
getChannel, getCollectionName, getDatabaseName, getFullCollectionName, getHeaderpublic MongoInsert(io.netty.channel.Channel channel,
MessageHeader header,
java.lang.String fullCollectionName,
java.util.List<Document> documents)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.List<Document> getDocuments()