public final class DateTimeFieldValue extends Object implements FieldValue
Constructor and Description |
---|
DateTimeFieldValue(ZonedDateTime value)
Creates a new
DateTimeFieldValue instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
ZonedDateTime |
getValue()
The value of the Date and time field.
|
int |
hashCode() |
String |
toString() |
isBuiltin
@ConstructorProperties(value="value") public DateTimeFieldValue(ZonedDateTime value)
DateTimeFieldValue
instance.value
- The value of the Date and time field.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