Package com.mypurecloud.sdk.v2.model
Class LabelUtilizationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LabelUtilizationResponse
- All Implemented Interfaces:
Serializable
LabelUtilizationResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()interruptingLabelIds(List<String> interruptingLabelIds) Defines other labels that can interrupt an interaction with this label.Name of the label this utilization relates to.maximumCapacity(Integer maximumCapacity) Defines the maximum number of interactions with this label that an agent can handle at one time.voidsetInterruptingLabelIds(List<String> interruptingLabelIds) voidsetLabelName(String labelName) voidsetMaximumCapacity(Integer maximumCapacity) toString()
-
Constructor Details
-
LabelUtilizationResponse
public LabelUtilizationResponse() -
LabelUtilizationResponse
-
-
Method Details
-
maximumCapacity
Defines the maximum number of interactions with this label that an agent can handle at one time. -
getMaximumCapacity
-
setMaximumCapacity
-
interruptingLabelIds
Defines other labels that can interrupt an interaction with this label. -
getInterruptingLabelIds
-
setInterruptingLabelIds
-
labelName
Name of the label this utilization relates to. -
getLabelName
-
setLabelName
-
equals
-
hashCode
public int hashCode() -
toString
-