Class ListedTime
java.lang.Object
no.digipost.api.client.representations.ListedTime
- All Implemented Interfaces:
Temporal
,TemporalAccessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
long
getLong
(TemporalField field) final int
hashCode()
boolean
isSupported
(TemporalField field) boolean
isSupported
(TemporalUnit unit) plus
(long amountToAdd, TemporalUnit unit) long
until
(Temporal endExclusive, TemporalUnit unit) with
(TemporalField field, long newValue) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.time.temporal.TemporalAccessor
get, query, range
-
Field Details
-
time
-
-
Constructor Details
-
ListedTime
public ListedTime() -
ListedTime
-
-
Method Details
-
equals
-
hashCode
public final int hashCode() -
isSupported
- Specified by:
isSupported
in interfaceTemporalAccessor
-
getLong
- Specified by:
getLong
in interfaceTemporalAccessor
-
isSupported
- Specified by:
isSupported
in interfaceTemporal
-
with
-
plus
-
until
-