Package com.mypurecloud.sdk.v2.model
Class EvaluationDetailQueryPredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.EvaluationDetailQueryPredicate
- All Implemented Interfaces:
Serializable
EvaluationDetailQueryPredicate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumLeft hand side for dimension predicatesstatic enumLeft hand side for metric predicatesstatic enumOptional operator, default is matchesstatic enumOptional type, can usually be inferred -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLeft hand side for dimension predicatesbooleangetRange()getType()getValue()inthashCode()Left hand side for metric predicatesOptional operator, default is matchesrange(NumericRange range) Right hand side for dimension or metric predicatesvoidvoidvoidvoidsetRange(NumericRange range) voidvoidtoString()Optional type, can usually be inferredRight hand side for dimension or metric predicates
-
Constructor Details
-
EvaluationDetailQueryPredicate
public EvaluationDetailQueryPredicate() -
EvaluationDetailQueryPredicate
-
-
Method Details
-
type
Optional type, can usually be inferred -
getType
-
setType
-
dimension
public EvaluationDetailQueryPredicate dimension(EvaluationDetailQueryPredicate.DimensionEnum dimension) Left hand side for dimension predicates -
getDimension
-
setDimension
-
metric
Left hand side for metric predicates -
getMetric
-
setMetric
-
operator
public EvaluationDetailQueryPredicate operator(EvaluationDetailQueryPredicate.OperatorEnum operator) Optional operator, default is matches -
getOperator
-
setOperator
-
value
Right hand side for dimension or metric predicates -
getValue
-
setValue
-
range
Right hand side for dimension or metric predicates -
getRange
-
setRange
-
equals
-
hashCode
public int hashCode() -
toString
-