Class GeneratedMonitoredRequest

    • Field Detail

      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the MonitoredRequest.status attribute
        See Also:
        Constant Field Values
      • INTEGRATIONKEY

        public static final java.lang.String INTEGRATIONKEY
        Qualifier of the MonitoredRequest.integrationKey attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the MonitoredRequest.type attribute
        See Also:
        Constant Field Values
      • PAYLOAD

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

        public static final java.lang.String MESSAGEID
        Qualifier of the MonitoredRequest.messageId 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

      • GeneratedMonitoredRequest

        public GeneratedMonitoredRequest()
    • Method Detail

      • getIntegrationKey

        public java.lang.String getIntegrationKey​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.integrationKey attribute.
        Returns:
        the integrationKey
      • getIntegrationKey

        public java.lang.String getIntegrationKey()
        Generated method - Getter of the MonitoredRequest.integrationKey attribute.
        Returns:
        the integrationKey
      • setIntegrationKey

        public void setIntegrationKey​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the MonitoredRequest.integrationKey attribute.
        Parameters:
        value - the integrationKey
      • setIntegrationKey

        public void setIntegrationKey​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.integrationKey attribute.
        Parameters:
        value - the integrationKey
      • getMessageId

        public java.lang.String getMessageId​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.messageId attribute.
        Returns:
        the messageId
      • getMessageId

        public java.lang.String getMessageId()
        Generated method - Getter of the MonitoredRequest.messageId attribute.
        Returns:
        the messageId
      • setMessageId

        public void setMessageId​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the MonitoredRequest.messageId attribute.
        Parameters:
        value - the messageId
      • setMessageId

        public void setMessageId​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.messageId attribute.
        Parameters:
        value - the messageId
      • getPayload

        public IntegrationApiMedia getPayload​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.payload attribute.
        Returns:
        the payload
      • getPayload

        public IntegrationApiMedia getPayload()
        Generated method - Getter of the MonitoredRequest.payload attribute.
        Returns:
        the payload
      • setPayload

        public void setPayload​(SessionContext ctx,
                               IntegrationApiMedia value)
        Generated method - Setter of the MonitoredRequest.payload attribute.
        Parameters:
        value - the payload
      • setPayload

        public void setPayload​(IntegrationApiMedia value)
        Generated method - Setter of the MonitoredRequest.payload attribute.
        Parameters:
        value - the payload
      • getStatus

        public EnumerationValue getStatus​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.status attribute.
        Returns:
        the status
      • getStatus

        public EnumerationValue getStatus()
        Generated method - Getter of the MonitoredRequest.status attribute.
        Returns:
        the status
      • setStatus

        public void setStatus​(SessionContext ctx,
                              EnumerationValue value)
        Generated method - Setter of the MonitoredRequest.status attribute.
        Parameters:
        value - the status
      • setStatus

        public void setStatus​(EnumerationValue value)
        Generated method - Setter of the MonitoredRequest.status attribute.
        Parameters:
        value - the status
      • getType

        public java.lang.String getType​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.type attribute.
        Returns:
        the type
      • getType

        public java.lang.String getType()
        Generated method - Getter of the MonitoredRequest.type attribute.
        Returns:
        the type
      • setType

        public void setType​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the MonitoredRequest.type attribute.
        Parameters:
        value - the type
      • setType

        public void setType​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.type attribute.
        Parameters:
        value - the type