Package com.mypurecloud.sdk.v2.model
Class AgentQueryAdherenceExplanationsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentQueryAdherenceExplanationsResponse
- All Implemented Interfaces:
Serializable
AgentQueryAdherenceExplanationsResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL from which to download the result.booleangetJob()inthashCode()The asynchronous job handling the queryThe result of the query.voidsetDownloadUrl(String downloadUrl) voidvoidtoString()
-
Constructor Details
-
AgentQueryAdherenceExplanationsResponse
public AgentQueryAdherenceExplanationsResponse() -
AgentQueryAdherenceExplanationsResponse
-
-
Method Details
-
job
The asynchronous job handling the query -
getJob
-
setJob
-
result
public AgentQueryAdherenceExplanationsResponse result(AdherenceExplanationListingAgentQueryResponse result) The result of the query. May come via notification -
getResult
-
setResult
-
downloadUrl
The URL from which to download the result. May come via notification -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-