Package com.mypurecloud.sdk.v2.model
Class CommonRuleConditions
java.lang.Object
com.mypurecloud.sdk.v2.model.CommonRuleConditions
- All Implemented Interfaces:
Serializable
CommonRuleConditions
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumthe logic operator performed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclauses(List<CommonRuleConditions> clauses) The list of predicates groups to be evaluatedbooleangetId()getType()inthashCode()The id.predicates(List<CommonRulePredicate> predicates) The list of rule metric predicates to be evaluated.voidsetClauses(List<CommonRuleConditions> clauses) voidvoidsetPredicates(List<CommonRulePredicate> predicates) voidtoString()the logic operator performed.
-
Constructor Details
-
CommonRuleConditions
public CommonRuleConditions() -
CommonRuleConditions
-
-
Method Details
-
clauses
The list of predicates groups to be evaluated -
getClauses
-
setClauses
-
predicates
The list of rule metric predicates to be evaluated. -
getPredicates
-
setPredicates
-
type
the logic operator performed. -
getType
-
setType
-
id
The id. -
getId
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-