Package com.mypurecloud.sdk.v2.model
Class TestModeResults
java.lang.Object
com.mypurecloud.sdk.v2.model.TestModeResults
- All Implemented Interfaces:
Serializable
Information about trigger test mode execution
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()jsonPathValidation(TestMatchesOperation jsonPathValidation) Information about the json path matching criteriaschemaValidation(TestSchemaOperation schemaValidation) Information about the validation of the schema of the event body passed in to test modevoidsetJsonPathValidation(TestMatchesOperation jsonPathValidation) voidsetSchemaValidation(TestSchemaOperation schemaValidation) voidsetTargetValidation(TestTargetOperation targetValidation) voidsetTriggerMatches(Boolean triggerMatches) targetValidation(TestTargetOperation targetValidation) Information about the validation of the trigger targettoString()triggerMatches(Boolean triggerMatches) Whether the trigger would have matched on the provided event body
-
Constructor Details
-
TestModeResults
public TestModeResults() -
TestModeResults
-
-
Method Details
-
schemaValidation
Information about the validation of the schema of the event body passed in to test mode -
getSchemaValidation
-
setSchemaValidation
-
targetValidation
Information about the validation of the trigger target -
getTargetValidation
-
setTargetValidation
-
jsonPathValidation
Information about the json path matching criteria -
getJsonPathValidation
-
setJsonPathValidation
-
triggerMatches
Whether the trigger would have matched on the provided event body -
getTriggerMatches
-
setTriggerMatches
-
equals
-
hashCode
public int hashCode() -
toString
-