Class SampleEvent
- java.lang.Object
-
- com.adobe.aio.event.management.model.SampleEvent
-
public class SampleEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.JsonNode
samplePayload
A json sample event json Object as expected in the webhook or journal deliveries
-
Constructor Summary
Constructors Constructor Description SampleEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFormat()
String
getSamplePayload()
int
hashCode()
String
toString()
-