- Direct Known Subclasses:
AutoValue_Point
A timestamped measurement of a TimeSeries.
- Since:
- 0.17
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
create
- Parameters:
value - the Value of this Point.
timestamp - the Timestamp when this Point was recorded.
- Returns:
- a
Point.
- Since:
- 0.17
-
getValue
public abstract Value getValue()
- Returns:
- the
Value.
- Since:
- 0.17
-
getTimestamp
- Returns:
- the
Timestamp.
- Since:
- 0.17