Class CloudEvent
- java.lang.Object
-
- com.adobe.aio.event.publish.model.CloudEvent
-
public class CloudEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloudEvent.Builder
-
Field Summary
Fields Modifier and Type Field Description static StringSOURCE_URN_PREFIXstatic StringSPEC_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudEvent.Builderbuilder()booleanequals(Object o)com.fasterxml.jackson.databind.JsonNodegetData()StringgetDataContentType()StringgetId()StringgetSource()StringgetSpecVersion()StringgetType()inthashCode()StringtoString()
-
-
-
Field Detail
-
SOURCE_URN_PREFIX
public static final String SOURCE_URN_PREFIX
- See Also:
- Constant Field Values
-
SPEC_VERSION
public static final String SPEC_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDataContentType
public String getDataContentType()
-
getSpecVersion
public String getSpecVersion()
-
getSource
public String getSource()
-
getType
public String getType()
-
getId
public String getId()
-
getData
public com.fasterxml.jackson.databind.JsonNode getData()
-
builder
public static CloudEvent.Builder builder()
-
-