@Immutable public abstract static class PointValuesQuery.Abstract extends Object implements PointValuesQuery
PointValuesQuery.Abstract
Modifier | Constructor and Description |
---|---|
protected |
Abstract(Optional<Point> point,
TimeInterval interval,
Optional<Sync> sync)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
TimeInterval |
getInterval()
Gets the time interval instance.
|
Optional<Point> |
getPoint()
Gets the point.
|
Optional<Sync> |
getSync()
Gets the sync object.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
isExtrapolated, isInterpolated, isNotNull, isPolated
protected Abstract(@Nonnull Optional<Point> point, @Nonnull TimeInterval interval, @Nonnull Optional<Sync> sync)
point
- An optional point.interval
- An interval.sync
- An optional sync instance.public boolean equals(Object object)
equals
in class Object
public final TimeInterval getInterval()
getInterval
in interface PointValuesQuery
public final Optional<Point> getPoint()
getPoint
in interface PointValuesQuery
public Optional<Sync> getSync()
getSync
in interface PointValuesQuery
public int hashCode()
hashCode
in class Object
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.