Class GeneratedInboundRequest

    • Field Detail

      • HTTPMETHOD

        public static final java.lang.String HTTPMETHOD
        Qualifier of the InboundRequest.httpMethod attribute
        See Also:
        Constant Field Values
      • ERRORS

        public static final java.lang.String ERRORS
        Qualifier of the InboundRequest.errors 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

      • GeneratedInboundRequest

        public GeneratedInboundRequest()
    • Method Detail

      • getErrors

        public java.util.Set<InboundRequestError> getErrors​(SessionContext ctx)
        Generated method - Getter of the InboundRequest.errors attribute.
        Returns:
        the errors
      • getErrors

        public java.util.Set<InboundRequestError> getErrors()
        Generated method - Getter of the InboundRequest.errors attribute.
        Returns:
        the errors
      • setErrors

        public void setErrors​(SessionContext ctx,
                              java.util.Set<InboundRequestError> value)
        Generated method - Setter of the InboundRequest.errors attribute.
        Parameters:
        value - the errors
      • setErrors

        public void setErrors​(java.util.Set<InboundRequestError> value)
        Generated method - Setter of the InboundRequest.errors attribute.
        Parameters:
        value - the errors
      • addToErrors

        public void addToErrors​(SessionContext ctx,
                                InboundRequestError value)
        Generated method - Adds value to errors.
        Parameters:
        value - the item to add to errors
      • addToErrors

        public void addToErrors​(InboundRequestError value)
        Generated method - Adds value to errors.
        Parameters:
        value - the item to add to errors
      • removeFromErrors

        public void removeFromErrors​(SessionContext ctx,
                                     InboundRequestError value)
        Generated method - Removes value from errors.
        Parameters:
        value - the item to remove from errors
      • removeFromErrors

        public void removeFromErrors​(InboundRequestError value)
        Generated method - Removes value from errors.
        Parameters:
        value - the item to remove from errors
      • getHttpMethod

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

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

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

        protected void setHttpMethod​(EnumerationValue value)
        Generated method - Setter of the InboundRequest.httpMethod attribute.
        Parameters:
        value - the httpMethod - Indicates what HTTP method was used for this inbound request