Class Event
java.lang.Object
com.redhat.cloud.notifications.ingress.Event
Events
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classEvent.EventBuilderBase<T extends Event> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvent's metadataEvent payloadinthashCode()voidsetMetadata(Metadata metadata) Event's metadatavoidsetPayload(Payload payload) Event payloadtoString()
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
getMetadata
Event's metadataPlaceholder for future details we might need
-
setMetadata
Event's metadataPlaceholder for future details we might need
-
getPayload
Event payloadYour application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)
-
setPayload
Event payloadYour application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)
-
toString
-
hashCode
public int hashCode() -
equals
-