Package com.mypurecloud.sdk.v2.model
Class BuAsyncScheduleRunResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAsyncScheduleRunResponse
- All Implemented Interfaces:
Serializable
BuAsyncScheduleRunResponse
- 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 operationresult(BuScheduleRun result) The result of the operation.voidsetOperationId(String operationId) voidsetResult(BuScheduleRun result) voidThe status of the operationtoString()
-
Constructor Details
-
BuAsyncScheduleRunResponse
public BuAsyncScheduleRunResponse() -
BuAsyncScheduleRunResponse
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-