Package com.mypurecloud.sdk.v2.model
Class PlanningGroupOutputs
java.lang.Object
com.mypurecloud.sdk.v2.model.PlanningGroupOutputs
- All Implemented Interfaces:
Serializable
PlanningGroupOutputs
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabandonRatePerInterval(List<Double> abandonRatePerInterval) List of Abandon rate percentage (0.0-100.0) results per intervalaverageSpeedOfAnswerSecondsPerInterval(List<Double> averageSpeedOfAnswerSecondsPerInterval) List of Average Speed of Answer (in seconds) results per intervalbooleaninthashCode()occupancyPerInterval(List<Double> occupancyPerInterval) List of Occupancy percentage (0.0-100.0) results per intervalplanningGroupId(String planningGroupId) The ID for for the associated planning group resultserviceLevelPerInterval(List<Double> serviceLevelPerInterval) List of Service Level percentage (0.0-100.0) results per intervalvoidsetAbandonRatePerInterval(List<Double> abandonRatePerInterval) voidsetAverageSpeedOfAnswerSecondsPerInterval(List<Double> averageSpeedOfAnswerSecondsPerInterval) voidsetOccupancyPerInterval(List<Double> occupancyPerInterval) voidsetPlanningGroupId(String planningGroupId) voidsetServiceLevelPerInterval(List<Double> serviceLevelPerInterval) toString()
-
Constructor Details
-
PlanningGroupOutputs
public PlanningGroupOutputs() -
PlanningGroupOutputs
-
-
Method Details
-
planningGroupId
The ID for for the associated planning group result -
getPlanningGroupId
-
setPlanningGroupId
-
serviceLevelPerInterval
List of Service Level percentage (0.0-100.0) results per interval -
getServiceLevelPerInterval
-
setServiceLevelPerInterval
-
occupancyPerInterval
List of Occupancy percentage (0.0-100.0) results per interval -
getOccupancyPerInterval
-
setOccupancyPerInterval
-
averageSpeedOfAnswerSecondsPerInterval
public PlanningGroupOutputs averageSpeedOfAnswerSecondsPerInterval(List<Double> averageSpeedOfAnswerSecondsPerInterval) List of Average Speed of Answer (in seconds) results per interval -
getAverageSpeedOfAnswerSecondsPerInterval
-
setAverageSpeedOfAnswerSecondsPerInterval
-
abandonRatePerInterval
List of Abandon rate percentage (0.0-100.0) results per interval -
getAbandonRatePerInterval
-
setAbandonRatePerInterval
-
equals
-
hashCode
public int hashCode() -
toString
-