Package no.unit.nva.model.time
Class Instant
- java.lang.Object
-
- no.unit.nva.model.time.Instant
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVALUE_FIELD-
Fields inherited from interface no.unit.nva.model.time.Time
UNIVERSAL_TIMEZONE, ZEROED_MILLISECONDS_IN_TZ
-
-
Constructor Summary
Constructors Constructor Description Instant(java.time.Instant value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static InstantfromString(java.lang.String value)Deprecated.inthashCode()
-
-
-
Field Detail
-
VALUE_FIELD
public static final java.lang.String VALUE_FIELD
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromString
@Deprecated public static Instant fromString(java.lang.String value)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-