Package com.mypurecloud.sdk.v2.model
Class ConditionalGroupRoutingRule
java.lang.Object
com.mypurecloud.sdk.v2.model.ConditionalGroupRoutingRule
- All Implemented Interfaces:
Serializable
ConditionalGroupRoutingRule
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe queue metric being evaluatedstatic enumThe operator that compares the actual value against the condition value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditionValue(Double conditionValue) The limit value, beyond which a rule evaluates as truebooleangetQueue()groups(List<MemberGroup> groups) The group(s) to activate if the rule evaluates as trueinthashCode()The queue metric being evaluatedThe operator that compares the actual value against the condition valuequeue(DomainEntityRef queue) The queue being evaluated for this rule.voidsetConditionValue(Double conditionValue) voidsetGroups(List<MemberGroup> groups) voidvoidvoidsetQueue(DomainEntityRef queue) voidsetWaitSeconds(Integer waitSeconds) toString()waitSeconds(Integer waitSeconds) The number of seconds to wait in this rule, if it evaluates as true, before evaluating the next rule.
-
Constructor Details
-
ConditionalGroupRoutingRule
public ConditionalGroupRoutingRule() -
ConditionalGroupRoutingRule
-
-
Method Details
-
queue
The queue being evaluated for this rule. If null, the current queue will be used. -
getQueue
-
setQueue
-
metric
The queue metric being evaluated -
getMetric
-
setMetric
-
operator
The operator that compares the actual value against the condition value -
getOperator
-
setOperator
-
conditionValue
The limit value, beyond which a rule evaluates as true -
getConditionValue
-
setConditionValue
-
groups
The group(s) to activate if the rule evaluates as true -
getGroups
-
setGroups
-
waitSeconds
The number of seconds to wait in this rule, if it evaluates as true, before evaluating the next rule. For the final rule, this is ignored, so need not be specified. -
getWaitSeconds
-
setWaitSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-