Package com.mypurecloud.sdk.v2.model
Class LongTermForecastResultResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LongTermForecastResultResponse
- All Implemented Interfaces:
Serializable
LongTermForecastResultResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The download url to fetch the result.booleaninthashCode()result(LongTermForecastResult result) The result of the operation.voidsetDownloadUrl(String downloadUrl) voidsetResult(LongTermForecastResult result) toString()
-
Constructor Details
-
LongTermForecastResultResponse
public LongTermForecastResultResponse() -
LongTermForecastResultResponse
-
-
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
-