Class Point

  • Direct Known Subclasses:
    AutoValue_Point

    @ExperimentalApi
    @Immutable
    public abstract class Point
    extends java.lang.Object
    A timestamped measurement of a TimeSeries.
    Since:
    0.17
    • Constructor Detail

      • Point

        Point()
    • Method Detail

      • getValue

        public abstract Value getValue()
        Returns the Value.
        Returns:
        the Value.
        Since:
        0.17
      • getTimestamp

        public abstract Timestamp getTimestamp()
        Returns the Timestamp when this Point was recorded.
        Returns:
        the Timestamp.
        Since:
        0.17