public class UpdateResult extends Object
Constructor and Description |
---|
UpdateResult(BSONObject obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
long |
getInsertNum()
Gets the number of records inserted.
|
long |
getModifiedNum()
Gets the number of records successfully updated with data changes.
|
long |
getUpdatedNum()
Gets the number of records updated.
|
int |
hashCode() |
String |
toString() |
public UpdateResult(BSONObject obj)
public long getInsertNum()
public long getModifiedNum()
public long getUpdatedNum()
Copyright © 2023. All rights reserved.