public class AddResultImpl extends UpdateResult implements AddResult
ok
Constructor and Description |
---|
AddResultImpl(StatementExecuteOk ok)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getGeneratedIds()
Get a list of document ids generated in the server for the documents added by collection.add().
|
getAffectedItemsCount, getWarnings, getWarningsCount
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAffectedItemsCount, getWarnings, getWarningsCount
public AddResultImpl(StatementExecuteOk ok)
ok
- the response from the serverpublic java.util.List<java.lang.String> getGeneratedIds()
AddResult
getGeneratedIds
in interface AddResult