Package com.mypurecloud.sdk.v2.model
Class CommonRulePredicate
java.lang.Object
com.mypurecloud.sdk.v2.model.CommonRulePredicate
- All Implemented Interfaces:
Serializable
CommonRulePredicate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe comparison operator being performed on the metric.static enumThe media type of the conversation the metric describes.static enumThe metric being evaluated.static enumThe type of metric being evaluated.static enumThe type of metric value being evaluated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomparisonOperator(CommonRulePredicate.ComparisonOperatorEnum comparisonOperator) The comparison operator being performed on the metric.entity(CommonRulePredicateEntity entity) The entity whose metric is being represented.booleangetTopic()getValue()inthashCode()mediaType(CommonRulePredicate.MediaTypeEnum mediaType) The media type of the conversation the metric describes.metric(CommonRulePredicate.MetricEnum metric) The metric being evaluated.metricType(CommonRulePredicate.MetricTypeEnum metricType) The type of metric being evaluated.metricValueType(CommonRulePredicate.MetricValueTypeEnum metricValueType) The type of metric value being evaluated.voidsetComparisonOperator(CommonRulePredicate.ComparisonOperatorEnum comparisonOperator) voidsetEntity(CommonRulePredicateEntity entity) voidsetMediaType(CommonRulePredicate.MediaTypeEnum mediaType) voidvoidsetMetricType(CommonRulePredicate.MetricTypeEnum metricType) voidsetMetricValueType(CommonRulePredicate.MetricValueTypeEnum metricValueType) voidvoidvoidThe status of the entity corresponding to the metric.The operational console topic corresponding to the metric.toString()The value the metric will be compared to.
-
Constructor Details
-
CommonRulePredicate
public CommonRulePredicate() -
CommonRulePredicate
-
-
Method Details
-
metricType
The type of metric being evaluated. -
getMetricType
-
setMetricType
-
metricValueType
The type of metric value being evaluated. -
getMetricValueType
-
setMetricValueType
-
comparisonOperator
public CommonRulePredicate comparisonOperator(CommonRulePredicate.ComparisonOperatorEnum comparisonOperator) The comparison operator being performed on the metric. -
getComparisonOperator
-
setComparisonOperator
-
value
The value the metric will be compared to. -
getValue
-
setValue
-
status
The status of the entity corresponding to the metric. -
getStatus
-
setStatus
-
topic
The operational console topic corresponding to the metric. -
getTopic
-
setTopic
-
entity
The entity whose metric is being represented. -
getEntity
-
setEntity
-
mediaType
The media type of the conversation the metric describes. -
getMediaType
-
setMediaType
-
metric
The metric being evaluated. -
getMetric
-
setMetric
-
equals
-
hashCode
public int hashCode() -
toString
-