Interface Datapoint.Builder

    • Method Detail

      • timestamp

        Datapoint.Builder timestamp​(Instant timestamp)

        The time stamp for the data point in UTC format.

        Parameters:
        timestamp - The time stamp for the data point in UTC format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        Datapoint.Builder value​(Double value)

        The value of the data point.

        Parameters:
        value - The value of the data point.
        Returns:
        Returns a reference to this object so that method calls can be chained together.