Package com.mypurecloud.sdk.v2.model
Class TestTargetOperation
java.lang.Object
com.mypurecloud.sdk.v2.model.TestTargetOperation
- All Implemented Interfaces:
Serializable
Information about the Trigger test mode target validation step
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetails about why the operation did or did not succeedbooleangetName()getStep()inthashCode()Whether or not the operation matches expectationsThe name of the processing stepvoidsetDetails(List<String> details) voidsetMatches(Boolean matches) voidvoidThe number of the processing steptoString()
-
Constructor Details
-
TestTargetOperation
public TestTargetOperation() -
TestTargetOperation
-
-
Method Details
-
name
The name of the processing step -
getName
-
setName
-
step
The number of the processing step -
getStep
-
setStep
-
matches
Whether or not the operation matches expectations -
getMatches
-
setMatches
-
details
Details about why the operation did or did not succeed -
getDetails
-
setDetails
-
equals
-
hashCode
public int hashCode() -
toString
-