Package com.mypurecloud.sdk.v2.model
Class TestModeEventResults
java.lang.Object
com.mypurecloud.sdk.v2.model.TestModeEventResults
- All Implemented Interfaces:
Serializable
Information about event test mode execution
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()schemaValidation(TestSchemaOperation schemaValidation) Information about the validation of the schema of the event body passed in to test modevoidsetSchemaValidation(TestSchemaOperation schemaValidation) voidsetTriggerMatchValidation(TestMatchesEventOperation triggerMatchValidation) toString()triggerMatchValidation(TestMatchesEventOperation triggerMatchValidation) Information about matched and unmatched triggers
-
Constructor Details
-
TestModeEventResults
public TestModeEventResults() -
TestModeEventResults
-
-
Method Details
-
schemaValidation
Information about the validation of the schema of the event body passed in to test mode -
getSchemaValidation
-
setSchemaValidation
-
triggerMatchValidation
public TestModeEventResults triggerMatchValidation(TestMatchesEventOperation triggerMatchValidation) Information about matched and unmatched triggers -
getTriggerMatchValidation
-
setTriggerMatchValidation
-
equals
-
hashCode
public int hashCode() -
toString
-