Class ActionOut

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

@Generated("jsonschema2pojo") public class ActionOut extends Object
Action's details

Describes additional information fields for some of the fields of the Action This schema defines some additional information for an Action that might be useful

  • Constructor Details

    • ActionOut

      public ActionOut()
  • Method Details

    • getVersion

      public Object getVersion()
    • setVersion

      public void setVersion(Object version)
    • getId

      public Object getId()
    • setId

      public void setId(Object id)
    • getBundle

      public Object getBundle()
    • setBundle

      public void setBundle(Object bundle)
    • getApplication

      public Object getApplication()
    • setApplication

      public void setApplication(Object application)
    • getEventType

      public Object getEventType()
    • setEventType

      public void setEventType(Object eventType)
    • getTimestamp

      public Object getTimestamp()
    • setTimestamp

      public void setTimestamp(Object timestamp)
    • getAccountId

      public Object getAccountId()
    • setAccountId

      public void setAccountId(Object accountId)
    • getOrgId

      public Object getOrgId()
    • setOrgId

      public void setOrgId(Object orgId)
    • getContext

      public Object getContext()
    • setContext

      public void setContext(Object context)
    • getEvents

      public Object getEvents()
    • setEvents

      public void setEvents(Object events)
    • getRecipients

      public Object getRecipients()
    • setRecipients

      public void setRecipients(Object recipients)
    • getSource

      public Source getSource()
      Source

      The extended details related to the Action

    • setSource

      public void setSource(Source source)
      Source

      The extended details related to the Action

    • 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