Class PerformancePredictionOutputs

java.lang.Object
com.mypurecloud.sdk.v2.model.PerformancePredictionOutputs
All Implemented Interfaces:
Serializable

public class PerformancePredictionOutputs extends Object implements Serializable
PerformancePredictionOutputs
See Also:
  • Constructor Details

    • PerformancePredictionOutputs

      public PerformancePredictionOutputs()
    • PerformancePredictionOutputs

      public PerformancePredictionOutputs(Boolean initWithEmptyList)
  • Method Details

    • calculationStartDate

      public PerformancePredictionOutputs calculationStartDate(Date calculationStartDate)
      Date as an ISO-8601 string, corresponding to the beginning of the performance prediction results
    • getCalculationStartDate

      public Date getCalculationStartDate()
    • setCalculationStartDate

      public void setCalculationStartDate(Date calculationStartDate)
    • calculationIntervalLengthMinutes

      public PerformancePredictionOutputs calculationIntervalLengthMinutes(Integer calculationIntervalLengthMinutes)
      Interval length of the response metrics
    • getCalculationIntervalLengthMinutes

      public Integer getCalculationIntervalLengthMinutes()
    • setCalculationIntervalLengthMinutes

      public void setCalculationIntervalLengthMinutes(Integer calculationIntervalLengthMinutes)
    • planningGroupResults

      public PerformancePredictionOutputs planningGroupResults(List<PlanningGroupOutputs> planningGroupResults)
      List of planning group level performance prediction results
    • getPlanningGroupResults

      public List<PlanningGroupOutputs> getPlanningGroupResults()
    • setPlanningGroupResults

      public void setPlanningGroupResults(List<PlanningGroupOutputs> planningGroupResults)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object