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
      • USER

        public static final java.lang.String USER
        Qualifier of the MonitoredRequest.user attribute
        See Also:
        Constant Field Values
      • SAPPASSPORT

        public static final java.lang.String SAPPASSPORT
        Qualifier of the MonitoredRequest.sapPassport attribute
        See Also:
        Constant Field Values
      • HTTPMETHOD

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

      • getHttpMethod

        public EnumerationValue getHttpMethod​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.httpMethod attribute.
        Returns:
        the httpMethod - Indicates what HTTP method was used for the request
      • getHttpMethod

        public EnumerationValue getHttpMethod()
        Generated method - Getter of the MonitoredRequest.httpMethod attribute.
        Returns:
        the httpMethod - Indicates what HTTP method was used for the request
      • setHttpMethod

        protected void setHttpMethod​(SessionContext ctx,
                                     EnumerationValue value)
        Generated method - Setter of the MonitoredRequest.httpMethod attribute.
        Parameters:
        value - the httpMethod - Indicates what HTTP method was used for the request
      • setHttpMethod

        protected void setHttpMethod​(EnumerationValue value)
        Generated method - Setter of the MonitoredRequest.httpMethod attribute.
        Parameters:
        value - the httpMethod - Indicates what HTTP method was used for the request
      • 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
      • getSapPassport

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

        public java.lang.String getSapPassport()
        Generated method - Getter of the MonitoredRequest.sapPassport attribute.
        Returns:
        the sapPassport
      • setSapPassport

        protected void setSapPassport​(SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the MonitoredRequest.sapPassport attribute.
        Parameters:
        value - the sapPassport
      • setSapPassport

        protected void setSapPassport​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.sapPassport attribute.
        Parameters:
        value - the sapPassport
      • 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
      • getUser

        public User getUser​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.user attribute.
        Returns:
        the user
      • getUser

        public User getUser()
        Generated method - Getter of the MonitoredRequest.user attribute.
        Returns:
        the user
      • setUser

        protected void setUser​(SessionContext ctx,
                               User value)
        Generated method - Setter of the MonitoredRequest.user attribute.
        Parameters:
        value - the user
      • setUser

        protected void setUser​(User value)
        Generated method - Setter of the MonitoredRequest.user attribute.
        Parameters:
        value - the user