@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, waitisExtrapolated, isInterpolated, isNotNull, isPolatedprotected 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 Objectpublic final TimeInterval getInterval()
getInterval in interface PointValuesQuerypublic final Optional<Point> getPoint()
getPoint in interface PointValuesQuerypublic Optional<Sync> getSync()
getSync in interface PointValuesQuerypublic int hashCode()
hashCode in class ObjectCopyright © 2003-2019 Serge Brisson. All Rights Reserved.