Package com.mypurecloud.sdk.v2.model
Class AsyncForecastOperationResult
java.lang.Object
com.mypurecloud.sdk.v2.model.AsyncForecastOperationResult
- All Implemented Interfaces:
Serializable
AsyncForecastOperationResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()operationId(String operationId) The ID for the operationPercent progress for the operationresult(BuShortTermForecast result) The result of the operation.voidsetOperationId(String operationId) voidsetProgress(Integer progress) voidsetResult(BuShortTermForecast result) voidThe status of the operationtoString()
-
Constructor Details
-
AsyncForecastOperationResult
public AsyncForecastOperationResult() -
AsyncForecastOperationResult
-
-
Method Details
-
status
The status of the operation -
getStatus
-
setStatus
-
operationId
The ID for the operation -
getOperationId
-
setOperationId
-
result
The result of the operation. Null unless status == Complete -
getResult
-
setResult
-
progress
Percent progress for the operation -
getProgress
-
setProgress
-
equals
-
hashCode
public int hashCode() -
toString
-