Class GeneratedMonitoredRequestError

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the MonitoredRequestError.code attribute
        See Also:
        Constant Field Values
      • MESSAGE

        public static final java.lang.String MESSAGE
        Qualifier of the MonitoredRequestError.message 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

      • GeneratedMonitoredRequestError

        public GeneratedMonitoredRequestError()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequestError.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the MonitoredRequestError.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the MonitoredRequestError.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the MonitoredRequestError.code attribute.
        Parameters:
        value - the code
      • getMessage

        public java.lang.String getMessage​(SessionContext ctx)
        Generated method - Getter of the MonitoredRequestError.message attribute.
        Returns:
        the message
      • getMessage

        public java.lang.String getMessage()
        Generated method - Getter of the MonitoredRequestError.message attribute.
        Returns:
        the message
      • setMessage

        public void setMessage​(SessionContext ctx,
                               java.lang.String value)
        Generated method - Setter of the MonitoredRequestError.message attribute.
        Parameters:
        value - the message
      • setMessage

        public void setMessage​(java.lang.String value)
        Generated method - Setter of the MonitoredRequestError.message attribute.
        Parameters:
        value - the message