Class MonitoredRequestModel

    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Generated constant - Attribute key of MonitoredRequest.status attribute defined at extension integrationservices.
        See Also:
        Constant Field Values
      • INTEGRATIONKEY

        public static final java.lang.String INTEGRATIONKEY
        Generated constant - Attribute key of MonitoredRequest.integrationKey attribute defined at extension integrationservices.
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Generated constant - Attribute key of MonitoredRequest.type attribute defined at extension integrationservices.
        See Also:
        Constant Field Values
      • PAYLOAD

        public static final java.lang.String PAYLOAD
        Generated constant - Attribute key of MonitoredRequest.payload attribute defined at extension integrationservices.
        See Also:
        Constant Field Values
      • MESSAGEID

        public static final java.lang.String MESSAGEID
        Generated constant - Attribute key of MonitoredRequest.messageId attribute defined at extension integrationservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MonitoredRequestModel

        public MonitoredRequestModel()
        Generated constructor - Default constructor for generic creation.
      • MonitoredRequestModel

        public MonitoredRequestModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • MonitoredRequestModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public MonitoredRequestModel​(IntegrationRequestStatus _status,
                                     java.lang.String _type)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _status - initial attribute declared by type MonitoredRequest at extension integrationservices
        _type - initial attribute declared by type MonitoredRequest at extension integrationservices
      • MonitoredRequestModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public MonitoredRequestModel​(ItemModel _owner,
                                     IntegrationRequestStatus _status,
                                     java.lang.String _type)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _owner - initial attribute declared by type Item at extension core
        _status - initial attribute declared by type MonitoredRequest at extension integrationservices
        _type - initial attribute declared by type MonitoredRequest at extension integrationservices
    • Method Detail

      • getIntegrationKey

        @Accessor(qualifier="integrationKey",
                  type=GETTER)
        public java.lang.String getIntegrationKey()
        Generated method - Getter of the MonitoredRequest.integrationKey attribute defined at extension integrationservices.
        Returns:
        the integrationKey
      • getMessageId

        @Accessor(qualifier="messageId",
                  type=GETTER)
        public java.lang.String getMessageId()
        Generated method - Getter of the MonitoredRequest.messageId attribute defined at extension integrationservices.
        Returns:
        the messageId
      • getType

        @Accessor(qualifier="type",
                  type=GETTER)
        public java.lang.String getType()
        Generated method - Getter of the MonitoredRequest.type attribute defined at extension integrationservices.
        Returns:
        the type
      • setIntegrationKey

        @Accessor(qualifier="integrationKey",
                  type=SETTER)
        public void setIntegrationKey​(java.lang.String value)
        Generated method - Setter of MonitoredRequest.integrationKey attribute defined at extension integrationservices.
        Parameters:
        value - the integrationKey
      • setMessageId

        @Accessor(qualifier="messageId",
                  type=SETTER)
        public void setMessageId​(java.lang.String value)
        Generated method - Setter of MonitoredRequest.messageId attribute defined at extension integrationservices.
        Parameters:
        value - the messageId
      • setType

        @Accessor(qualifier="type",
                  type=SETTER)
        public void setType​(java.lang.String value)
        Generated method - Setter of MonitoredRequest.type attribute defined at extension integrationservices.
        Parameters:
        value - the type