public class UpdateResults extends Object
| Constructor and Description |
|---|
UpdateResults(WriteResult wr)
Creates an UpdateResults
|
| Modifier and Type | Method and Description |
|---|---|
int |
getInsertedCount() |
protected int |
getN() |
Object |
getNewId() |
int |
getUpdatedCount() |
boolean |
getUpdatedExisting() |
WriteResult |
getWriteResult() |
public UpdateResults(WriteResult wr)
wr - the WriteResult from the driver.public int getInsertedCount()
public Object getNewId()
public int getUpdatedCount()
public boolean getUpdatedExisting()
public WriteResult getWriteResult()
protected int getN()