Class CustomSampleEventModel
- java.lang.Object
-
- com.adobe.aio.event.management.model.CustomSampleEventModel
-
public class CustomSampleEventModel extends Object
Model representing a custom sample event used for subscriber filter validation. Contains a sample payload and a name for identification.
-
-
Constructor Summary
Constructors Constructor Description CustomSampleEventModel(com.fasterxml.jackson.databind.JsonNode samplePayload, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()com.fasterxml.jackson.databind.JsonNodegetSamplePayload()inthashCode()StringtoString()
-