Package com.mypurecloud.sdk.v2.model
Class PerformancePredictionRecalculationResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.PerformancePredictionRecalculationResponse
- All Implemented Interfaces:
Serializable
PerformancePredictionRecalculationResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the performance prediction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(PerformancePredictionOutputs downloadResult) Result will always come via downloadUrls; however the schema is included for documentationdownloadUrl(String downloadUrl) The url to GET the results of the performance prediction.booleangetState()inthashCode()operationId(String operationId) The operationId for which to listenvoidsetDownloadResult(PerformancePredictionOutputs downloadResult) voidsetDownloadUrl(String downloadUrl) voidsetOperationId(String operationId) voidThe state of the performance predictiontoString()
-
Constructor Details
-
PerformancePredictionRecalculationResponse
public PerformancePredictionRecalculationResponse() -
PerformancePredictionRecalculationResponse
-
-
Method Details
-
operationId
The operationId for which to listen -
getOperationId
-
setOperationId
-
downloadUrl
The url to GET the results of the performance prediction. This field is populated only if query state is 'Complete' -
getDownloadUrl
-
setDownloadUrl
-
downloadResult
public PerformancePredictionRecalculationResponse downloadResult(PerformancePredictionOutputs downloadResult) Result will always come via downloadUrls; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
state
public PerformancePredictionRecalculationResponse state(PerformancePredictionRecalculationResponse.StateEnum state) The state of the performance prediction -
getState
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-