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 class
CloudEvent.Builder
-
Field Summary
Fields Modifier and Type Field Description static String
SOURCE_URN_PREFIX
static String
SPEC_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudEvent.Builder
builder()
boolean
equals(Object o)
com.fasterxml.jackson.databind.JsonNode
getData()
String
getDataContentType()
String
getId()
String
getSource()
String
getSpecVersion()
String
getType()
int
hashCode()
String
toString()
-
-
-
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()
-
-