Class GeneratedEventExportDeadLetter

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
EventExportDeadLetter

public abstract class GeneratedEventExportDeadLetter extends GenericItem
Generated class for type EventExportDeadLetter.
See Also:
  • Field Details

    • ID

      public static final String ID
      Qualifier of the EventExportDeadLetter.id attribute
      See Also:
    • EVENTTYPE

      public static final String EVENTTYPE
      Qualifier of the EventExportDeadLetter.eventType attribute
      See Also:
    • DESTINATIONTARGET

      public static final String DESTINATIONTARGET
      Qualifier of the EventExportDeadLetter.destinationTarget attribute
      See Also:
    • DESTINATIONCHANNEL

      public static final String DESTINATIONCHANNEL
      Qualifier of the EventExportDeadLetter.destinationChannel attribute
      See Also:
    • TIMESTAMP

      public static final String TIMESTAMP
      Qualifier of the EventExportDeadLetter.timestamp attribute
      See Also:
    • PAYLOAD

      public static final String PAYLOAD
      Qualifier of the EventExportDeadLetter.payload attribute
      See Also:
    • ERROR

      public static final String ERROR
      Qualifier of the EventExportDeadLetter.error attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedEventExportDeadLetter

      public GeneratedEventExportDeadLetter()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getDestinationChannel

      public EnumerationValue getDestinationChannel(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.destinationChannel attribute.
      Returns:
      the destinationChannel - Destination Channel
    • getDestinationChannel

      public EnumerationValue getDestinationChannel()
      Generated method - Getter of the EventExportDeadLetter.destinationChannel attribute.
      Returns:
      the destinationChannel - Destination Channel
    • setDestinationChannel

      public void setDestinationChannel(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the EventExportDeadLetter.destinationChannel attribute.
      Parameters:
      value - the destinationChannel - Destination Channel
    • setDestinationChannel

      public void setDestinationChannel(EnumerationValue value)
      Generated method - Setter of the EventExportDeadLetter.destinationChannel attribute.
      Parameters:
      value - the destinationChannel - Destination Channel
    • getDestinationTarget

      public DestinationTarget getDestinationTarget(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.destinationTarget attribute.
      Returns:
      the destinationTarget - Destination Target
    • getDestinationTarget

      public DestinationTarget getDestinationTarget()
      Generated method - Getter of the EventExportDeadLetter.destinationTarget attribute.
      Returns:
      the destinationTarget - Destination Target
    • setDestinationTarget

      public void setDestinationTarget(SessionContext ctx, DestinationTarget value)
      Generated method - Setter of the EventExportDeadLetter.destinationTarget attribute.
      Parameters:
      value - the destinationTarget - Destination Target
    • setDestinationTarget

      public void setDestinationTarget(DestinationTarget value)
      Generated method - Setter of the EventExportDeadLetter.destinationTarget attribute.
      Parameters:
      value - the destinationTarget - Destination Target
    • getError

      public String getError(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.error attribute.
      Returns:
      the error - Response Error
    • getError

      public String getError()
      Generated method - Getter of the EventExportDeadLetter.error attribute.
      Returns:
      the error - Response Error
    • setError

      public void setError(SessionContext ctx, String value)
      Generated method - Setter of the EventExportDeadLetter.error attribute.
      Parameters:
      value - the error - Response Error
    • setError

      public void setError(String value)
      Generated method - Setter of the EventExportDeadLetter.error attribute.
      Parameters:
      value - the error - Response Error
    • getEventType

      public String getEventType(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.eventType attribute.
      Returns:
      the eventType - Event Type
    • getEventType

      public String getEventType()
      Generated method - Getter of the EventExportDeadLetter.eventType attribute.
      Returns:
      the eventType - Event Type
    • setEventType

      public void setEventType(SessionContext ctx, String value)
      Generated method - Setter of the EventExportDeadLetter.eventType attribute.
      Parameters:
      value - the eventType - Event Type
    • setEventType

      public void setEventType(String value)
      Generated method - Setter of the EventExportDeadLetter.eventType attribute.
      Parameters:
      value - the eventType - Event Type
    • getId

      public String getId(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.id attribute.
      Returns:
      the id - Unique id
    • getId

      public String getId()
      Generated method - Getter of the EventExportDeadLetter.id attribute.
      Returns:
      the id - Unique id
    • setId

      protected void setId(SessionContext ctx, String value)
      Generated method - Setter of the EventExportDeadLetter.id attribute.
      Parameters:
      value - the id - Unique id
    • setId

      protected void setId(String value)
      Generated method - Setter of the EventExportDeadLetter.id attribute.
      Parameters:
      value - the id - Unique id
    • getPayload

      public String getPayload(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.payload attribute.
      Returns:
      the payload - Json Payload
    • getPayload

      public String getPayload()
      Generated method - Getter of the EventExportDeadLetter.payload attribute.
      Returns:
      the payload - Json Payload
    • setPayload

      public void setPayload(SessionContext ctx, String value)
      Generated method - Setter of the EventExportDeadLetter.payload attribute.
      Parameters:
      value - the payload - Json Payload
    • setPayload

      public void setPayload(String value)
      Generated method - Setter of the EventExportDeadLetter.payload attribute.
      Parameters:
      value - the payload - Json Payload
    • getTimestamp

      public Date getTimestamp(SessionContext ctx)
      Generated method - Getter of the EventExportDeadLetter.timestamp attribute.
      Returns:
      the timestamp - Event Send Time
    • getTimestamp

      public Date getTimestamp()
      Generated method - Getter of the EventExportDeadLetter.timestamp attribute.
      Returns:
      the timestamp - Event Send Time
    • setTimestamp

      public void setTimestamp(SessionContext ctx, Date value)
      Generated method - Setter of the EventExportDeadLetter.timestamp attribute.
      Parameters:
      value - the timestamp - Event Send Time
    • setTimestamp

      public void setTimestamp(Date value)
      Generated method - Setter of the EventExportDeadLetter.timestamp attribute.
      Parameters:
      value - the timestamp - Event Send Time