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()
TemporalInfo
getStartTime
in interface TemporalInfo
public Long getEndTime()
TemporalInfo
getEndTime
in interface TemporalInfo
public Long getStep()
TemporalInfo
getStep
in interface TemporalInfo
public Long getStartTimeMillis()
TemporalInfo
getStartTimeMillis
in interface TemporalInfo
public Long getEndTimeMillis()
TemporalInfo
getEndTimeMillis
in interface TemporalInfo
Copyright © 2022 Apache Software Foundation. All rights reserved.