Package com.mypurecloud.sdk.v2.model
Class TestExecutionOperationResult
java.lang.Object
com.mypurecloud.sdk.v2.model.TestExecutionOperationResult
- All Implemented Interfaces:
Serializable
TestExecutionOperationResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanError that occurred during the operationgetError()getName()getStep()inthashCode()Name of the operation performedThe result of the operationvoidvoidvoidvoidvoidsetSuccess(Boolean success) The step number to indicate the order in which the operation was performedIndicated whether or not the operation was successfultoString()
-
Constructor Details
-
TestExecutionOperationResult
public TestExecutionOperationResult() -
TestExecutionOperationResult
-
-
Method Details
-
step
The step number to indicate the order in which the operation was performed -
getStep
-
setStep
-
name
Name of the operation performed -
getName
-
setName
-
success
Indicated whether or not the operation was successful -
getSuccess
-
setSuccess
-
result
The result of the operation -
getResult
-
setResult
-
error
Error that occurred during the operation -
getError
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-