public class BulkWriteUpsert
extends java.lang.Object
| 构造器和说明 |
|---|
BulkWriteUpsert(int index,
BsonValue id)
Construct an instance.
|
public BulkWriteUpsert(int index,
BsonValue id)
index - the index in the list of bulk write requests that the upsert occurred inid - the id of the document that was inserted as the result of the upsertpublic int getIndex()
public BsonValue getId()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object