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