public class UpdateResult extends Result<UpdateResult>
| Constructor and Description |
|---|
UpdateResult() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateResult |
deserialize(java.lang.String content) |
long |
matchedCount() |
long |
modifiedCount() |
long |
upsertedCount() |
java.lang.String |
upsertedId() |
deserialize, getObjectMapper, serializepublic long matchedCount()
public long modifiedCount()
public long upsertedCount()
public java.lang.String upsertedId()
public static UpdateResult deserialize(java.lang.String content)