Package com.mypurecloud.sdk.v2.model
Class BuQueryAdherenceExplanationsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuQueryAdherenceExplanationsResponse
- All Implemented Interfaces:
Serializable
BuQueryAdherenceExplanationsResponse
- 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
-
BuQueryAdherenceExplanationsResponse
public BuQueryAdherenceExplanationsResponse() -
BuQueryAdherenceExplanationsResponse
-
-
Method Details
-
job
The asynchronous job handling the query -
getJob
-
setJob
-
result
public BuQueryAdherenceExplanationsResponse result(AdherenceExplanationListingBuQueryResponse 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
-