public class NillableDateTime
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
NillableDateTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.time.OffsetDateTime |
getValue()
Get value
|
int |
hashCode() |
void |
setValue(java.time.OffsetDateTime value) |
java.lang.String |
toString() |
NillableDateTime |
value(java.time.OffsetDateTime value) |
public static final java.lang.String SERIALIZED_NAME_VALUE
public NillableDateTime value(java.time.OffsetDateTime value)
@Nullable public java.time.OffsetDateTime getValue()
public void setValue(java.time.OffsetDateTime value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All rights reserved.