Package com.mypurecloud.sdk.v2.model
Class RoutingRule
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutingRule
- All Implemented Interfaces:
Serializable
RoutingRule
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()operator(RoutingRule.OperatorEnum operator) matching operator.voidsetOperator(RoutingRule.OperatorEnum operator) voidsetThreshold(Integer threshold) voidsetWaitSeconds(Double waitSeconds) threshold required for routing attempt (generally an agent score).toString()waitSeconds(Double waitSeconds) seconds to wait in this rule before moving to the next
-
Constructor Details
-
RoutingRule
public RoutingRule() -
RoutingRule
-
-
Method Details
-
operator
matching operator. MEETS_THRESHOLD matches any agent with a score at or above the rule's threshold. ANY matches all specified agents, regardless of score. -
getOperator
-
setOperator
-
threshold
threshold required for routing attempt (generally an agent score). may be null for operator ANY. -
getThreshold
-
setThreshold
-
waitSeconds
seconds to wait in this rule before moving to the next -
getWaitSeconds
-
setWaitSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-