public class InsertManyResult
extends java.lang.Object
| Constructor and Description |
|---|
InsertManyResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getInsertedIds() |
boolean |
isAcknowledged() |
InsertManyResult |
setAcknowledged(boolean acknowledged) |
InsertManyResult |
setInsertedIds(java.util.List<java.lang.String> insertedIds) |
public boolean isAcknowledged()
public InsertManyResult setAcknowledged(boolean acknowledged)
public java.util.List<java.lang.String> getInsertedIds()
public InsertManyResult setInsertedIds(java.util.List<java.lang.String> insertedIds)