Package com.mypurecloud.sdk.v2.model
Class AlertSummaryEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.AlertSummaryEntity
- All Implemented Interfaces:
Serializable
AlertSummaryEntity
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSpecifies the type of entity being evaluated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFlag that indicated if the entity is current causing the alert to be triggeredentityType(AlertSummaryEntity.EntityTypeEnum entityType) Specifies the type of entity being evaluatedbooleangetGroup()getQueue()getTeam()getUser()group(AddressableEntityRef group) Group id of the entity being monitoredinthashCode()queue(AddressableEntityRef queue) Queue id of the entity being monitoredvoidsetAlerting(Boolean alerting) voidsetEntityType(AlertSummaryEntity.EntityTypeEnum entityType) voidsetGroup(AddressableEntityRef group) voidsetQueue(AddressableEntityRef queue) voidsetTeam(AddressableEntityRef team) voidsetUser(AddressableEntityRef user) team(AddressableEntityRef team) Team id of the entity being monitoredtoString()user(AddressableEntityRef user) User id of the entity being monitored
-
Constructor Details
-
AlertSummaryEntity
public AlertSummaryEntity() -
AlertSummaryEntity
-
-
Method Details
-
entityType
Specifies the type of entity being evaluated -
getEntityType
-
setEntityType
-
user
User id of the entity being monitored -
getUser
-
setUser
-
group
Group id of the entity being monitored -
getGroup
-
setGroup
-
queue
Queue id of the entity being monitored -
getQueue
-
setQueue
-
team
Team id of the entity being monitored -
getTeam
-
setTeam
-
alerting
Flag that indicated if the entity is current causing the alert to be triggered -
getAlerting
-
setAlerting
-
equals
-
hashCode
public int hashCode() -
toString
-