Class MonitoredRequestModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.integrationservices.model.MonitoredRequestModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InboundRequestModel, OutboundRequestModel

public class MonitoredRequestModel extends ItemModel
Generated model class for type MonitoredRequest first defined at extension integrationservices.
See Also:
  • 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 final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of MonitoredRequest.httpMethod attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.integrationKey attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.messageId attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.payload attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.sapPassport attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.status attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.type attribute defined at extension integrationservices.
    static final String
    Generated constant - Attribute key of MonitoredRequest.user attribute defined at extension integrationservices.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    MonitoredRequestModel(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user)
    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
    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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the MonitoredRequest.httpMethod attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.integrationKey attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.messageId attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.payload attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.sapPassport attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.status attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.type attribute defined at extension integrationservices.
    Generated method - Getter of the MonitoredRequest.user attribute defined at extension integrationservices.
    void
    Generated method - Initial setter of MonitoredRequest.httpMethod attribute defined at extension integrationservices.
    void
    Generated method - Setter of MonitoredRequest.integrationKey attribute defined at extension integrationservices.
    void
    Generated method - Setter of MonitoredRequest.messageId attribute defined at extension integrationservices.
    void
    Generated method - Setter of MonitoredRequest.payload attribute defined at extension integrationservices.
    void
    Generated method - Initial setter of MonitoredRequest.sapPassport attribute defined at extension integrationservices.
    void
    Generated method - Setter of MonitoredRequest.status attribute defined at extension integrationservices.
    void
    setType(String value)
    Generated method - Setter of MonitoredRequest.type attribute defined at extension integrationservices.
    void
    Generated method - Initial setter of MonitoredRequest.user attribute defined at extension integrationservices.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    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 Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • STATUS

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

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

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

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

      public static final String MESSAGEID
      Generated constant - Attribute key of MonitoredRequest.messageId attribute defined at extension integrationservices.
      See Also:
    • USER

      public static final String USER
      Generated constant - Attribute key of MonitoredRequest.user attribute defined at extension integrationservices.
      See Also:
    • SAPPASSPORT

      public static final String SAPPASSPORT
      Generated constant - Attribute key of MonitoredRequest.sapPassport attribute defined at extension integrationservices.
      See Also:
    • HTTPMETHOD

      public static final String HTTPMETHOD
      Generated constant - Attribute key of MonitoredRequest.httpMethod attribute defined at extension integrationservices.
      See Also:
  • Constructor Details

    • 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, 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(HttpMethod _httpMethod, ItemModel _owner, String _sapPassport, IntegrationRequestStatus _status, String _type, UserModel _user)
      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 MonitoredRequest at extension integrationservices
      _owner - initial attribute declared by type Item at extension core
      _sapPassport - initial attribute declared by type MonitoredRequest at extension integrationservices
      _status - initial attribute declared by type MonitoredRequest at extension integrationservices
      _type - initial attribute declared by type MonitoredRequest at extension integrationservices
      _user - initial attribute declared by type MonitoredRequest at extension integrationservices
  • Method Details

    • getHttpMethod

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

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

      @Accessor(qualifier="messageId", type=GETTER) public 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
    • getSapPassport

      @Accessor(qualifier="sapPassport", type=GETTER) public String getSapPassport()
      Generated method - Getter of the MonitoredRequest.sapPassport attribute defined at extension integrationservices.
      Returns:
      the sapPassport
    • 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 String getType()
      Generated method - Getter of the MonitoredRequest.type attribute defined at extension integrationservices.
      Returns:
      the type
    • getUser

      @Accessor(qualifier="user", type=GETTER) public UserModel getUser()
      Generated method - Getter of the MonitoredRequest.user attribute defined at extension integrationservices.
      Returns:
      the user
    • setHttpMethod

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

      @Accessor(qualifier="integrationKey", type=SETTER) public void setIntegrationKey(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(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
    • setSapPassport

      @Accessor(qualifier="sapPassport", type=SETTER) public void setSapPassport(String value)
      Generated method - Initial setter of MonitoredRequest.sapPassport attribute defined at extension integrationservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the sapPassport
    • 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(String value)
      Generated method - Setter of MonitoredRequest.type attribute defined at extension integrationservices.
      Parameters:
      value - the type
    • setUser

      @Accessor(qualifier="user", type=SETTER) public void setUser(UserModel value)
      Generated method - Initial setter of MonitoredRequest.user attribute defined at extension integrationservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the user