public class BulkWriteUpsert
extends java.lang.Object
BulkWriteRequestBuilder.upsert()| 构造器和说明 |
|---|
BulkWriteUpsert(int index,
java.lang.Object id)
Constructs an instance.
|
public BulkWriteUpsert(int index,
java.lang.Object id)
index - the index of the item that was upsertedid - the value of the _id of the upserted itempublic int getIndex()
public java.lang.Object 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