Package com.mypurecloud.sdk.v2.model
Class ForecastPlanningGroupData
java.lang.Object
com.mypurecloud.sdk.v2.model.ForecastPlanningGroupData
- All Implemented Interfaces:
Serializable
ForecastPlanningGroupData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaverageHandleTimeSecondsPerInterval(List<Double> averageHandleTimeSecondsPerInterval) Forecast average handle time per 15 minute interval in secondsbooleaninthashCode()offeredPerInterval(List<Double> offeredPerInterval) Forecast offered counts per 15 minute interval for this week of the forecastplanningGroupId(String planningGroupId) The ID of the planning group to which this data applies.voidsetAverageHandleTimeSecondsPerInterval(List<Double> averageHandleTimeSecondsPerInterval) voidsetOfferedPerInterval(List<Double> offeredPerInterval) voidsetPlanningGroupId(String planningGroupId) toString()
-
Constructor Details
-
ForecastPlanningGroupData
public ForecastPlanningGroupData() -
ForecastPlanningGroupData
-
-
Method Details
-
planningGroupId
The ID of the planning group to which this data applies. Note this is a snapshot of the planning group at the time of forecast creation and may not correspond to the current configuration -
getPlanningGroupId
-
setPlanningGroupId
-
offeredPerInterval
Forecast offered counts per 15 minute interval for this week of the forecast -
getOfferedPerInterval
-
setOfferedPerInterval
-
averageHandleTimeSecondsPerInterval
public ForecastPlanningGroupData averageHandleTimeSecondsPerInterval(List<Double> averageHandleTimeSecondsPerInterval) Forecast average handle time per 15 minute interval in seconds -
getAverageHandleTimeSecondsPerInterval
-
setAverageHandleTimeSecondsPerInterval
-
equals
-
hashCode
public int hashCode() -
toString
-