public class UpdateResult
extends java.lang.Object
| Constructor and Description |
|---|
UpdateResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAcknowledged() |
java.lang.Integer |
getMatchedCount() |
java.lang.Integer |
getModifiedCount() |
java.lang.String |
getUpsertedId() |
void |
setAcknowledged(java.lang.Boolean acknowledged) |
void |
setMatchedCount(java.lang.Integer matchedCount) |
void |
setModifiedCount(java.lang.Integer modifiedCount) |
void |
setUpsertedId(java.lang.String upsertedId) |
public void setAcknowledged(java.lang.Boolean acknowledged)
public void setMatchedCount(java.lang.Integer matchedCount)
public void setModifiedCount(java.lang.Integer modifiedCount)
public void setUpsertedId(java.lang.String upsertedId)
public java.lang.Boolean getAcknowledged()
public java.lang.Integer getMatchedCount()
public java.lang.Integer getModifiedCount()
public java.lang.String getUpsertedId()