Interface DataPoint.Builder

    • Method Detail

      • timestamp

        DataPoint.Builder timestamp​(Instant timestamp)

        The time, in epoch format, associated with a particular Value.

        Parameters:
        timestamp - The time, in epoch format, associated with a particular Value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        DataPoint.Builder value​(Double value)

        The actual value associated with a particular Timestamp.

        Parameters:
        value - The actual value associated with a particular Timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.