Class PatchActionTarget

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

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

    • PatchActionTarget

      public PatchActionTarget()
    • PatchActionTarget

      public PatchActionTarget(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public PatchActionTarget name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • serviceLevel

      public PatchActionTarget serviceLevel(ServiceLevel serviceLevel)
      Service Level of the action target. Chat offers for the target will be throttled with the aim of achieving this service level.
    • getServiceLevel

      public ServiceLevel getServiceLevel()
    • setServiceLevel

      public void setServiceLevel(ServiceLevel serviceLevel)
    • shortAbandonThreshold

      public PatchActionTarget shortAbandonThreshold(Integer shortAbandonThreshold)
      Indicates the non-default short abandon threshold
    • getShortAbandonThreshold

      public Integer getShortAbandonThreshold()
    • setShortAbandonThreshold

      public void setShortAbandonThreshold(Integer shortAbandonThreshold)
    • getSelfUri

      public String getSelfUri()
    • 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