Package com.mypurecloud.sdk.v2.model
Class UserRoutingStatusEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.UserRoutingStatusEvent
- All Implemented Interfaces:
Serializable
UserRoutingStatusEvent
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe agent's current routing status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUnique identifier of the agent.booleaneventDateTime(Date eventDateTime) A timestamp as epoch representing the time this event occurred.A unique (UUID) eventId for this eventinthashCode()voidsetAgentId(String agentId) voidsetEventDateTime(Date eventDateTime) voidsetEventId(String eventId) voidsetSourceId(String sourceId) voidThe agent's source platform Id.The agent's current routing status.toString()
-
Constructor Details
-
UserRoutingStatusEvent
public UserRoutingStatusEvent() -
UserRoutingStatusEvent
-
-
Method Details
-
eventId
A unique (UUID) eventId for this event -
getEventId
-
setEventId
-
eventDateTime
A timestamp as epoch representing the time this event occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEventDateTime
-
setEventDateTime
-
agentId
Unique identifier of the agent. -
getAgentId
-
setAgentId
-
status
The agent's current routing status. -
getStatus
-
setStatus
-
sourceId
The agent's source platform Id. -
getSourceId
-
setSourceId
-
equals
-
hashCode
public int hashCode() -
toString
-