Class BuAbandonRate

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

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

    • BuAbandonRate

      public BuAbandonRate()
    • BuAbandonRate

      public BuAbandonRate(Boolean initWithEmptyList)
  • Method Details

    • include

      public BuAbandonRate include(Boolean include)
      Whether to include abandon rate in the associated configuration
    • getInclude

      public Boolean getInclude()
    • setInclude

      public void setInclude(Boolean include)
    • percent

      public BuAbandonRate percent(Integer percent)
      Abandon rate percent goal. Required if include == true
    • getPercent

      public Integer getPercent()
    • setPercent

      public void setPercent(Integer percent)
    • 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