Package com.mypurecloud.sdk.v2.model
Class BuForecastResultResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuForecastResultResponse
- All Implemented Interfaces:
Serializable
BuForecastResultResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The download url to fetch the result.booleaninthashCode()result(BuForecastResult result) The result of the operation.voidsetDownloadUrl(String downloadUrl) voidsetResult(BuForecastResult result) toString()
-
Constructor Details
-
BuForecastResultResponse
public BuForecastResultResponse() -
BuForecastResultResponse
-
-
Method Details
-
result
The result of the operation. Populated whenever the result is small enough to pass through the api directly -
getResult
-
setResult
-
downloadUrl
The download url to fetch the result. Only populated if the result is too large to pass through the api directly -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-