Package com.mypurecloud.sdk.v2.model
Class PerformancePredictionOutputs
java.lang.Object
com.mypurecloud.sdk.v2.model.PerformancePredictionOutputs
- All Implemented Interfaces:
Serializable
PerformancePredictionOutputs
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculationIntervalLengthMinutes(Integer calculationIntervalLengthMinutes) Interval length of the response metricscalculationStartDate(Date calculationStartDate) Date as an ISO-8601 string, corresponding to the beginning of the performance prediction resultsbooleaninthashCode()planningGroupResults(List<PlanningGroupOutputs> planningGroupResults) List of planning group level performance prediction resultsvoidsetCalculationIntervalLengthMinutes(Integer calculationIntervalLengthMinutes) voidsetCalculationStartDate(Date calculationStartDate) voidsetPlanningGroupResults(List<PlanningGroupOutputs> planningGroupResults) toString()
-
Constructor Details
-
PerformancePredictionOutputs
public PerformancePredictionOutputs() -
PerformancePredictionOutputs
-
-
Method Details
-
calculationStartDate
Date as an ISO-8601 string, corresponding to the beginning of the performance prediction results -
getCalculationStartDate
-
setCalculationStartDate
-
calculationIntervalLengthMinutes
public PerformancePredictionOutputs calculationIntervalLengthMinutes(Integer calculationIntervalLengthMinutes) Interval length of the response metrics -
getCalculationIntervalLengthMinutes
-
setCalculationIntervalLengthMinutes
-
planningGroupResults
public PerformancePredictionOutputs planningGroupResults(List<PlanningGroupOutputs> planningGroupResults) List of planning group level performance prediction results -
getPlanningGroupResults
-
setPlanningGroupResults
-
equals
-
hashCode
public int hashCode() -
toString
-