Interface DataPoint.Builder

    • Method Detail

      • timestamp

        DataPoint.Builder timestamp​(String timestamp)

        The timestamp of the specific forecast.

        Parameters:
        timestamp - The timestamp of the specific forecast.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        DataPoint.Builder value​(Double value)

        The forecast value.

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