Interface ForecastResult.Builder

    • Method Detail

      • timePeriod

        ForecastResult.Builder timePeriod​(DateInterval timePeriod)

        The period of time that the forecast covers.

        Parameters:
        timePeriod - The period of time that the forecast covers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • meanValue

        ForecastResult.Builder meanValue​(String meanValue)

        The mean value of the forecast.

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

        ForecastResult.Builder predictionIntervalLowerBound​(String predictionIntervalLowerBound)

        The lower limit for the prediction interval.

        Parameters:
        predictionIntervalLowerBound - The lower limit for the prediction interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictionIntervalUpperBound

        ForecastResult.Builder predictionIntervalUpperBound​(String predictionIntervalUpperBound)

        The upper limit for the prediction interval.

        Parameters:
        predictionIntervalUpperBound - The upper limit for the prediction interval.
        Returns:
        Returns a reference to this object so that method calls can be chained together.