Class MonitoredRequestModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String INTEGRATIONKEY
      Generated constant - Attribute key of MonitoredRequest.integrationKey attribute defined at extension integrationservices.
      static java.lang.String MESSAGEID
      Generated constant - Attribute key of MonitoredRequest.messageId attribute defined at extension integrationservices.
      static java.lang.String PAYLOAD
      Generated constant - Attribute key of MonitoredRequest.payload attribute defined at extension integrationservices.
      static java.lang.String STATUS
      Generated constant - Attribute key of MonitoredRequest.status attribute defined at extension integrationservices.
      static java.lang.String TYPE
      Generated constant - Attribute key of MonitoredRequest.type attribute defined at extension integrationservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      MonitoredRequestModel()
      Generated constructor - Default constructor for generic creation.
      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
      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
      MonitoredRequestModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIntegrationKey()
      Generated method - Getter of the MonitoredRequest.integrationKey attribute defined at extension integrationservices.
      java.lang.String getMessageId()
      Generated method - Getter of the MonitoredRequest.messageId attribute defined at extension integrationservices.
      IntegrationApiMediaModel getPayload()
      Generated method - Getter of the MonitoredRequest.payload attribute defined at extension integrationservices.
      IntegrationRequestStatus getStatus()
      Generated method - Getter of the MonitoredRequest.status attribute defined at extension integrationservices.
      java.lang.String getType()
      Generated method - Getter of the MonitoredRequest.type attribute defined at extension integrationservices.
      void setIntegrationKey​(java.lang.String value)
      Generated method - Setter of MonitoredRequest.integrationKey attribute defined at extension integrationservices.
      void setMessageId​(java.lang.String value)
      Generated method - Setter of MonitoredRequest.messageId attribute defined at extension integrationservices.
      void setPayload​(IntegrationApiMediaModel value)
      Generated method - Setter of MonitoredRequest.payload attribute defined at extension integrationservices.
      void setStatus​(IntegrationRequestStatus value)
      Generated method - Setter of MonitoredRequest.status attribute defined at extension integrationservices.
      void setType​(java.lang.String value)
      Generated method - Setter of MonitoredRequest.type attribute defined at extension integrationservices.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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​(de.hybris.platform.servicelayer.model.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
      • getPayload

        @Accessor(qualifier="payload",
                  type=GETTER)
        public IntegrationApiMediaModel getPayload()
        Generated method - Getter of the MonitoredRequest.payload attribute defined at extension integrationservices.
        Returns:
        the payload
      • getStatus

        @Accessor(qualifier="status",
                  type=GETTER)
        public IntegrationRequestStatus getStatus()
        Generated method - Getter of the MonitoredRequest.status attribute defined at extension integrationservices.
        Returns:
        the status
      • 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
      • setPayload

        @Accessor(qualifier="payload",
                  type=SETTER)
        public void setPayload​(IntegrationApiMediaModel value)
        Generated method - Setter of MonitoredRequest.payload attribute defined at extension integrationservices.
        Parameters:
        value - the payload
      • setStatus

        @Accessor(qualifier="status",
                  type=SETTER)
        public void setStatus​(IntegrationRequestStatus value)
        Generated method - Setter of MonitoredRequest.status attribute defined at extension integrationservices.
        Parameters:
        value - the status
      • 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