Package com.mypurecloud.sdk.v2.model
Class AlertSummary
java.lang.Object
com.mypurecloud.sdk.v2.model.AlertSummary
- All Implemented Interfaces:
Serializable
AlertSummary
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe metric type that is monitored. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversation(AddressableEntityRef conversation) The id of the conversation that triggered the alert.entities(List<AlertSummaryEntity> entities) The entities who violated the rule condition over the duration of the alert.entitiesAreTeamMembers(Boolean entitiesAreTeamMembers) Flag that indicated whether or not the alert is for a rule with a condition for all members of a team.booleaninthashCode()metricType(AlertSummary.MetricTypeEnum metricType) The metric type that is monitored.voidsetConversation(AddressableEntityRef conversation) voidsetEntities(List<AlertSummaryEntity> entities) voidsetEntitiesAreTeamMembers(Boolean entitiesAreTeamMembers) voidsetMetricType(AlertSummary.MetricTypeEnum metricType) toString()
-
Constructor Details
-
AlertSummary
public AlertSummary() -
AlertSummary
-
-
Method Details
-
entities
The entities who violated the rule condition over the duration of the alert. -
getEntities
-
setEntities
-
conversation
The id of the conversation that triggered the alert. Only used for alerts based on instance-based conversation metrics. -
getConversation
-
setConversation
-
metricType
The metric type that is monitored. -
getMetricType
-
setMetricType
-
entitiesAreTeamMembers
Flag that indicated whether or not the alert is for a rule with a condition for all members of a team. -
getEntitiesAreTeamMembers
-
setEntitiesAreTeamMembers
-
equals
-
hashCode
public int hashCode() -
toString
-