Class InboundRequestModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class InboundRequestModel
    extends MonitoredRequestModel
    Generated model class for type InboundRequest first defined at extension inboundservices.
    See Also:
    Serialized Form
    • 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 ERRORS
      Generated constant - Attribute key of InboundRequest.errors attribute defined at extension inboundservices.
      static java.lang.String HTTPMETHOD
      Generated constant - Attribute key of InboundRequest.httpMethod attribute defined at extension inboundservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      InboundRequestModel()
      Generated constructor - Default constructor for generic creation.
      InboundRequestModel​(HttpMethod _httpMethod, 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
      InboundRequestModel​(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
      InboundRequestModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String HTTPMETHOD
        Generated constant - Attribute key of InboundRequest.httpMethod attribute defined at extension inboundservices.
        See Also:
        Constant Field Values
      • ERRORS

        public static final java.lang.String ERRORS
        Generated constant - Attribute key of InboundRequest.errors attribute defined at extension inboundservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • InboundRequestModel

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

        public InboundRequestModel​(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
      • InboundRequestModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public InboundRequestModel​(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
      • InboundRequestModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public InboundRequestModel​(HttpMethod _httpMethod,
                                   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:
        _httpMethod - initial attribute declared by type InboundRequest at extension inboundservices
        _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

      • getErrors

        @Accessor(qualifier="errors",
                  type=GETTER)
        public java.util.Set<InboundRequestErrorModel> getErrors()
        Generated method - Getter of the InboundRequest.errors attribute defined at extension inboundservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the errors
      • getHttpMethod

        @Accessor(qualifier="httpMethod",
                  type=GETTER)
        public HttpMethod getHttpMethod()
        Generated method - Getter of the InboundRequest.httpMethod attribute defined at extension inboundservices.
        Returns:
        the httpMethod - Indicates what HTTP method was used for this inbound request
      • setErrors

        @Accessor(qualifier="errors",
                  type=SETTER)
        public void setErrors​(java.util.Set<InboundRequestErrorModel> value)
        Generated method - Setter of InboundRequest.errors attribute defined at extension inboundservices.
        Parameters:
        value - the errors
      • setHttpMethod

        @Accessor(qualifier="httpMethod",
                  type=SETTER)
        public void setHttpMethod​(HttpMethod value)
        Generated method - Initial setter of InboundRequest.httpMethod attribute defined at extension inboundservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the httpMethod - Indicates what HTTP method was used for this inbound request