Class WfmServiceGoalImpact

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

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

    • WfmServiceGoalImpact

      public WfmServiceGoalImpact()
    • WfmServiceGoalImpact

      public WfmServiceGoalImpact(Boolean initWithEmptyList)
  • Method Details

    • increaseByPercent

      public WfmServiceGoalImpact increaseByPercent(Double increaseByPercent)
      The maximum allowed percent increase from the configured goal
    • getIncreaseByPercent

      public Double getIncreaseByPercent()
    • setIncreaseByPercent

      public void setIncreaseByPercent(Double increaseByPercent)
    • decreaseByPercent

      public WfmServiceGoalImpact decreaseByPercent(Double decreaseByPercent)
      The maximum allowed percent decrease from the configured goal
    • getDecreaseByPercent

      public Double getDecreaseByPercent()
    • setDecreaseByPercent

      public void setDecreaseByPercent(Double decreaseByPercent)
    • 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