Interface TimeSeriesDataPoint.Builder

    • Method Detail

      • time

        TimeSeriesDataPoint.Builder time​(String time)

        The timestamp when the measure value was collected.

        Parameters:
        time - The timestamp when the measure value was collected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        TimeSeriesDataPoint.Builder value​(Datum value)

        The measure value for the data point.

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