Package com.mypurecloud.sdk.v2.model
Class AssistantQueueUsersJobsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AssistantQueueUsersJobsResponse
- All Implemented Interfaces:
Serializable
AssistantQueueUsersJobsResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorInfo(AssistantQueueUsersJobErrorInfo errorInfo) Error, if any, related to the job.getId()inthashCode()The globally unique identifier for the object.The URI for this object.voidsetErrorInfo(AssistantQueueUsersJobErrorInfo errorInfo) voidvoidsetSelfUri(String selfUri) voidStatus of the job.toString()
-
Constructor Details
-
AssistantQueueUsersJobsResponse
public AssistantQueueUsersJobsResponse() -
AssistantQueueUsersJobsResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
selfUri
The URI for this object. -
getSelfUri
-
setSelfUri
-
status
Status of the job. -
getStatus
-
setStatus
-
errorInfo
Error, if any, related to the job. -
getErrorInfo
-
setErrorInfo
-
equals
-
hashCode
public int hashCode() -
toString
-