public class TemporalInfoImpl extends Object implements TemporalInfo
| Constructor and Description |
|---|
TemporalInfoImpl(long startTime,
long endTime,
long step) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getEndTime()
Get the end of the requested time range.
|
Long |
getEndTimeMillis()
Get milliseconds time from endTime
|
Long |
getStartTime()
Get the start of the requested time range.
|
Long |
getStartTimeMillis()
Get milliseconds time from startTime
|
Long |
getStep()
Get the requested time between each data point of the temporal
data.
|
int |
hashCode() |
String |
toString() |
public TemporalInfoImpl(long startTime,
long endTime,
long step)
public Long getStartTime()
TemporalInfogetStartTime in interface TemporalInfopublic Long getEndTime()
TemporalInfogetEndTime in interface TemporalInfopublic Long getStep()
TemporalInfogetStep in interface TemporalInfopublic Long getStartTimeMillis()
TemporalInfogetStartTimeMillis in interface TemporalInfopublic Long getEndTimeMillis()
TemporalInfogetEndTimeMillis in interface TemporalInfoCopyright © 2022 Apache Software Foundation. All rights reserved.