Package com.mypurecloud.sdk.v2.model
Class LongTermForecastPlanningGroupData
java.lang.Object
com.mypurecloud.sdk.v2.model.LongTermForecastPlanningGroupData
- All Implemented Interfaces:
Serializable
LongTermForecastPlanningGroupData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaverageHandleTimeSecondsPerDay(List<Double> averageHandleTimeSecondsPerDay) Forecast average handle time per day in secondsbooleaninthashCode()offeredPerDay(List<Double> offeredPerDay) Forecast offered counts per day for this planning groupplanningGroupId(String planningGroupId) The ID of the planning group to which this data applies.voidsetAverageHandleTimeSecondsPerDay(List<Double> averageHandleTimeSecondsPerDay) voidsetOfferedPerDay(List<Double> offeredPerDay) voidsetPlanningGroupId(String planningGroupId) toString()
-
Constructor Details
-
LongTermForecastPlanningGroupData
public LongTermForecastPlanningGroupData() -
LongTermForecastPlanningGroupData
-
-
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
-
offeredPerDay
Forecast offered counts per day for this planning group -
getOfferedPerDay
-
setOfferedPerDay
-
averageHandleTimeSecondsPerDay
public LongTermForecastPlanningGroupData averageHandleTimeSecondsPerDay(List<Double> averageHandleTimeSecondsPerDay) Forecast average handle time per day in seconds -
getAverageHandleTimeSecondsPerDay
-
setAverageHandleTimeSecondsPerDay
-
equals
-
hashCode
public int hashCode() -
toString
-