Package com.mypurecloud.sdk.v2.model
Class ConditionalGroupActivation
java.lang.Object
com.mypurecloud.sdk.v2.model.ConditionalGroupActivation
- All Implemented Interfaces:
Serializable
ConditionalGroupActivation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRules()inthashCode()pilotRule(ConditionalGroupActivationPilotRule pilotRule) The pilot rule for this queue, which executes periodically to determine queue healthrules(List<ConditionalGroupActivationRule> rules) The set of rules to be periodically executed on the queue (if the pilot rule evaluates as true or there is no pilot rule)voidsetPilotRule(ConditionalGroupActivationPilotRule pilotRule) voidtoString()
-
Constructor Details
-
ConditionalGroupActivation
public ConditionalGroupActivation() -
ConditionalGroupActivation
-
-
Method Details
-
pilotRule
The pilot rule for this queue, which executes periodically to determine queue health -
getPilotRule
-
setPilotRule
-
rules
The set of rules to be periodically executed on the queue (if the pilot rule evaluates as true or there is no pilot rule) -
getRules
-
setRules
-
equals
-
hashCode
public int hashCode() -
toString
-