Package com.mypurecloud.sdk.v2.model
Class RoutingStatus
java.lang.Object
com.mypurecloud.sdk.v2.model.RoutingStatus
- All Implemented Interfaces:
Serializable
RoutingStatus
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the Routing State of the agent. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetStartTime(Date startTime) voidsetStatus(RoutingStatus.StatusEnum status) voidThe timestamp when the agent went into this state.status(RoutingStatus.StatusEnum status) Indicates the Routing State of the agent.toString()The userId of the agent
-
Constructor Details
-
RoutingStatus
public RoutingStatus() -
RoutingStatus
-
-
Method Details
-
userId
The userId of the agent -
getUserId
-
setUserId
-
status
Indicates the Routing State of the agent. A value of OFF_QUEUE will be returned if the specified user does not exist. -
getStatus
-
setStatus
-
startTime
The timestamp when the agent went into this state. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartTime
-
setStartTime
-
equals
-
hashCode
public int hashCode() -
toString
-