java.lang.Object
com.redhat.cloud.notifications.ingress.Event

@Generated("jsonschema2pojo") public class Event extends Object
Events

  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getMetadata

      public Metadata getMetadata()
      Event's metadata

      Placeholder for future details we might need

    • setMetadata

      public void setMetadata(Metadata metadata)
      Event's metadata

      Placeholder for future details we might need

    • getPayload

      public Payload getPayload()
      Event payload

      Your 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 payload

      Your application payload. All the data required by the app to compose the various messages (Email, webhook, etc) after transformation (Required)

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object