Class GeneratedEventExportDeadLetter

    • Field Detail

      • ID

        public static final java.lang.String ID
        Qualifier of the EventExportDeadLetter.id attribute
        See Also:
        Constant Field Values
      • EVENTTYPE

        public static final java.lang.String EVENTTYPE
        Qualifier of the EventExportDeadLetter.eventType attribute
        See Also:
        Constant Field Values
      • DESTINATIONTARGET

        public static final java.lang.String DESTINATIONTARGET
        Qualifier of the EventExportDeadLetter.destinationTarget attribute
        See Also:
        Constant Field Values
      • DESTINATIONCHANNEL

        public static final java.lang.String DESTINATIONCHANNEL
        Qualifier of the EventExportDeadLetter.destinationChannel attribute
        See Also:
        Constant Field Values
      • TIMESTAMP

        public static final java.lang.String TIMESTAMP
        Qualifier of the EventExportDeadLetter.timestamp attribute
        See Also:
        Constant Field Values
      • PAYLOAD

        public static final java.lang.String PAYLOAD
        Qualifier of the EventExportDeadLetter.payload attribute
        See Also:
        Constant Field Values
      • ERROR

        public static final java.lang.String ERROR
        Qualifier of the EventExportDeadLetter.error attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedEventExportDeadLetter

        public GeneratedEventExportDeadLetter()
    • Method Detail

      • 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 java.lang.String getError​(SessionContext ctx)
        Generated method - Getter of the EventExportDeadLetter.error attribute.
        Returns:
        the error - Response Error
      • getError

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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