public final class UpdatedTimeFieldValue extends Object implements FieldValue
| Constructor and Description |
|---|
UpdatedTimeFieldValue(ZonedDateTime value)
Creates a new
UpdatedTimeFieldValue instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
ZonedDateTime |
getValue()
The updated date-time of the record.
|
int |
hashCode() |
String |
toString() |
isBuiltin@ConstructorProperties(value="value") public UpdatedTimeFieldValue(ZonedDateTime value)
UpdatedTimeFieldValue instance.value - The updated date-time of the record.public FieldType getType()
getType in interface FieldValuepublic ZonedDateTime getValue()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object