Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Forecast |
build() |
Forecast.Builder |
copy(Forecast model) |
Forecast.Builder |
forecastType(Forecast.ForecastType forecastType)
BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on
history data.
|
Forecast.Builder |
timeForecastEnded(Date timeForecastEnded)
The forecast end time.
|
Forecast.Builder |
timeForecastStarted(Date timeForecastStarted)
The forecast start time.
|
public Forecast.Builder forecastType(Forecast.ForecastType forecastType)
BASIC uses the exponential smoothing (ETS) model to project future usage/costs based on history data. The basis for projections is a periodic set of equivalent historical days for which the projection is being made.
forecastType
- the value to setpublic Forecast.Builder timeForecastStarted(Date timeForecastStarted)
The forecast start time. Defaults to UTC-1 if not specified.
timeForecastStarted
- the value to setpublic Forecast.Builder timeForecastEnded(Date timeForecastEnded)
The forecast end time.
timeForecastEnded
- the value to setpublic Forecast build()
public Forecast.Builder copy(Forecast model)
Copyright © 2016–2024. All rights reserved.