Package com.mypurecloud.sdk.v2.model
Class AgentMuQueryResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentMuQueryResponse
- All Implemented Interfaces:
Serializable
AgentMuQueryResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL from which to download the result.booleanError details if status == 'Error'.getError()inthashCode()operationId(String operationId) The ID for the operationresult(AgentMuScheduleResult result) The schema of the result of the operation.voidsetDownloadUrl(String downloadUrl) voidvoidsetOperationId(String operationId) voidsetResult(AgentMuScheduleResult result) voidThe status of the operationtoString()
-
Constructor Details
-
AgentMuQueryResponse
public AgentMuQueryResponse() -
AgentMuQueryResponse
-
-
Method Details
-
status
The status of the operation -
getStatus
-
setStatus
-
operationId
The ID for the operation -
getOperationId
-
setOperationId
-
result
The schema of the result of the operation. Null if downloadUrl is populated, but defines the schema of the data that will be returned from the downloadUrl -
getResult
-
setResult
-
downloadUrl
The URL from which to download the result. The result will follow the schema documented by the result field -
getDownloadUrl
-
setDownloadUrl
-
error
Error details if status == 'Error'. Will always be null but the schema is documented in case of an error in an async notification -
getError
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-