| Modifier and Type | Method and Description |
|---|---|
Types2 |
build() |
Types2.Builder |
clearBsonTimestamp1()
Clears the value of the 'bsonTimestamp1' field
|
Types2.Builder |
clearBsonTimestamp2()
Clears the value of the 'bsonTimestamp2' field
|
Types2.Builder |
clearDate1()
Clears the value of the 'date1' field
|
Types2.Builder |
clearDate2()
Clears the value of the 'date2' field
|
Types2.Builder |
clearMongoString()
Clears the value of the 'mongoString' field
|
Types2.Builder |
clearObjectId()
Clears the value of the 'objectId' field
|
java.lang.CharSequence |
getBsonTimestamp1()
Gets the value of the 'bsonTimestamp1' field
|
java.lang.Long |
getBsonTimestamp2()
Gets the value of the 'bsonTimestamp2' field
|
java.lang.CharSequence |
getDate1()
Gets the value of the 'date1' field
|
java.lang.Long |
getDate2()
Gets the value of the 'date2' field
|
java.lang.CharSequence |
getMongoString()
Gets the value of the 'mongoString' field
|
java.lang.CharSequence |
getObjectId()
Gets the value of the 'objectId' field
|
boolean |
hasBsonTimestamp1()
Checks whether the 'bsonTimestamp1' field has been set
|
boolean |
hasBsonTimestamp2()
Checks whether the 'bsonTimestamp2' field has been set
|
boolean |
hasDate1()
Checks whether the 'date1' field has been set
|
boolean |
hasDate2()
Checks whether the 'date2' field has been set
|
boolean |
hasMongoString()
Checks whether the 'mongoString' field has been set
|
boolean |
hasObjectId()
Checks whether the 'objectId' field has been set
|
Types2.Builder |
setBsonTimestamp1(java.lang.CharSequence value)
Sets the value of the 'bsonTimestamp1' field
|
Types2.Builder |
setBsonTimestamp2(long value)
Sets the value of the 'bsonTimestamp2' field
|
Types2.Builder |
setDate1(java.lang.CharSequence value)
Sets the value of the 'date1' field
|
Types2.Builder |
setDate2(long value)
Sets the value of the 'date2' field
|
Types2.Builder |
setMongoString(java.lang.CharSequence value)
Sets the value of the 'mongoString' field
|
Types2.Builder |
setObjectId(java.lang.CharSequence value)
Sets the value of the 'objectId' field
|
public java.lang.CharSequence getObjectId()
public Types2.Builder setObjectId(java.lang.CharSequence value)
public boolean hasObjectId()
public Types2.Builder clearObjectId()
public java.lang.CharSequence getBsonTimestamp1()
public Types2.Builder setBsonTimestamp1(java.lang.CharSequence value)
public boolean hasBsonTimestamp1()
public Types2.Builder clearBsonTimestamp1()
public java.lang.Long getBsonTimestamp2()
public Types2.Builder setBsonTimestamp2(long value)
public boolean hasBsonTimestamp2()
public Types2.Builder clearBsonTimestamp2()
public java.lang.CharSequence getDate1()
public Types2.Builder setDate1(java.lang.CharSequence value)
public boolean hasDate1()
public Types2.Builder clearDate1()
public java.lang.Long getDate2()
public Types2.Builder setDate2(long value)
public boolean hasDate2()
public Types2.Builder clearDate2()
public java.lang.CharSequence getMongoString()
public Types2.Builder setMongoString(java.lang.CharSequence value)
public boolean hasMongoString()
public Types2.Builder clearMongoString()