Class Event
- java.lang.Object
-
- com.redhat.cloud.notifications.ingress.Event
-
@Generated("jsonschema2pojo") public class Event extends Object
Events
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvent.EventBuilderstatic classEvent.EventBuilderBase<T extends Event>
-
Constructor Summary
Constructors Constructor Description Event()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)MetadatagetMetadata()Event's metadataPayloadgetPayload()Event payloadinthashCode()voidsetMetadata(Metadata metadata)Event's metadatavoidsetPayload(Payload payload)Event payloadStringtoString()
-
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
Event's metadataPlaceholder for future details we might need
-
setMetadata
public void setMetadata(Metadata metadata)
Event's metadataPlaceholder for future details we might need
-
getPayload
public Payload getPayload()
Event payloadYour application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)
-
setPayload
public void setPayload(Payload payload)
Event payloadYour application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)
-
-