Package com.mypurecloud.sdk.v2.model
Class BuForecastTimeSeriesResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BuForecastTimeSeriesResult
- All Implemented Interfaces:
Serializable
BuForecastTimeSeriesResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe forecasting method that was used for this metricstatic enumThe forecasting type in this forecast resultstatic enumThe metric this result applies to -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanforecastingMethod(BuForecastTimeSeriesResult.ForecastingMethodEnum forecastingMethod) The forecasting method that was used for this metricforecastType(BuForecastTimeSeriesResult.ForecastTypeEnum forecastType) The forecasting type in this forecast resultinthashCode()The metric this result applies tovoidsetForecastingMethod(BuForecastTimeSeriesResult.ForecastingMethodEnum forecastingMethod) voidsetForecastType(BuForecastTimeSeriesResult.ForecastTypeEnum forecastType) voidtoString()
-
Constructor Details
-
BuForecastTimeSeriesResult
public BuForecastTimeSeriesResult() -
BuForecastTimeSeriesResult
-
-
Method Details
-
metric
The metric this result applies to -
getMetric
-
setMetric
-
forecastingMethod
public BuForecastTimeSeriesResult forecastingMethod(BuForecastTimeSeriesResult.ForecastingMethodEnum forecastingMethod) The forecasting method that was used for this metric -
getForecastingMethod
-
setForecastingMethod
public void setForecastingMethod(BuForecastTimeSeriesResult.ForecastingMethodEnum forecastingMethod) -
forecastType
public BuForecastTimeSeriesResult forecastType(BuForecastTimeSeriesResult.ForecastTypeEnum forecastType) The forecasting type in this forecast result -
getForecastType
-
setForecastType
-
equals
-
hashCode
public int hashCode() -
toString
-