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:
java.io.Serializable
- Direct Known Subclasses:
InboundRequestModel
,OutboundRequestModel
public class MonitoredRequestModel extends ItemModel
Generated model class for type MonitoredRequest first defined at extension integrationservices.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
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 ofMonitoredRequest.integrationKey
attribute defined at extensionintegrationservices
.static java.lang.String
MESSAGEID
Generated constant - Attribute key ofMonitoredRequest.messageId
attribute defined at extensionintegrationservices
.static java.lang.String
PAYLOAD
Generated constant - Attribute key ofMonitoredRequest.payload
attribute defined at extensionintegrationservices
.static java.lang.String
STATUS
Generated constant - Attribute key ofMonitoredRequest.status
attribute defined at extensionintegrationservices
.static java.lang.String
TYPE
Generated constant - Attribute key ofMonitoredRequest.type
attribute defined at extensionintegrationservices
.-
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 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 parametersMonitoredRequestModel(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 parametersMonitoredRequestModel(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 theMonitoredRequest.integrationKey
attribute defined at extensionintegrationservices
.java.lang.String
getMessageId()
Generated method - Getter of theMonitoredRequest.messageId
attribute defined at extensionintegrationservices
.IntegrationApiMediaModel
getPayload()
Generated method - Getter of theMonitoredRequest.payload
attribute defined at extensionintegrationservices
.IntegrationRequestStatus
getStatus()
Generated method - Getter of theMonitoredRequest.status
attribute defined at extensionintegrationservices
.java.lang.String
getType()
Generated method - Getter of theMonitoredRequest.type
attribute defined at extensionintegrationservices
.void
setIntegrationKey(java.lang.String value)
Generated method - Setter ofMonitoredRequest.integrationKey
attribute defined at extensionintegrationservices
.void
setMessageId(java.lang.String value)
Generated method - Setter ofMonitoredRequest.messageId
attribute defined at extensionintegrationservices
.void
setPayload(IntegrationApiMediaModel value)
Generated method - Setter ofMonitoredRequest.payload
attribute defined at extensionintegrationservices
.void
setStatus(IntegrationRequestStatus value)
Generated method - Setter ofMonitoredRequest.status
attribute defined at extensionintegrationservices
.void
setType(java.lang.String value)
Generated method - Setter ofMonitoredRequest.type
attribute defined at extensionintegrationservices
.-
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
-
-
-
-
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 ofMonitoredRequest.status
attribute defined at extensionintegrationservices
.- See Also:
- Constant Field Values
-
INTEGRATIONKEY
public static final java.lang.String INTEGRATIONKEY
Generated constant - Attribute key ofMonitoredRequest.integrationKey
attribute defined at extensionintegrationservices
.- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Generated constant - Attribute key ofMonitoredRequest.type
attribute defined at extensionintegrationservices
.- See Also:
- Constant Field Values
-
PAYLOAD
public static final java.lang.String PAYLOAD
Generated constant - Attribute key ofMonitoredRequest.payload
attribute defined at extensionintegrationservices
.- See Also:
- Constant Field Values
-
MESSAGEID
public static final java.lang.String MESSAGEID
Generated constant - Attribute key ofMonitoredRequest.messageId
attribute defined at extensionintegrationservices
.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_status
- initial attribute declared by typeMonitoredRequest
at extensionintegrationservices
_type
- initial attribute declared by typeMonitoredRequest
at extensionintegrationservices
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner
- initial attribute declared by typeItem
at extensioncore
_status
- initial attribute declared by typeMonitoredRequest
at extensionintegrationservices
_type
- initial attribute declared by typeMonitoredRequest
at extensionintegrationservices
-
-
Method Detail
-
getIntegrationKey
@Accessor(qualifier="integrationKey", type=GETTER) public java.lang.String getIntegrationKey()
Generated method - Getter of theMonitoredRequest.integrationKey
attribute defined at extensionintegrationservices
.- Returns:
- the integrationKey
-
getMessageId
@Accessor(qualifier="messageId", type=GETTER) public java.lang.String getMessageId()
Generated method - Getter of theMonitoredRequest.messageId
attribute defined at extensionintegrationservices
.- Returns:
- the messageId
-
getPayload
@Accessor(qualifier="payload", type=GETTER) public IntegrationApiMediaModel getPayload()
Generated method - Getter of theMonitoredRequest.payload
attribute defined at extensionintegrationservices
.- Returns:
- the payload
-
getStatus
@Accessor(qualifier="status", type=GETTER) public IntegrationRequestStatus getStatus()
Generated method - Getter of theMonitoredRequest.status
attribute defined at extensionintegrationservices
.- Returns:
- the status
-
getType
@Accessor(qualifier="type", type=GETTER) public java.lang.String getType()
Generated method - Getter of theMonitoredRequest.type
attribute defined at extensionintegrationservices
.- Returns:
- the type
-
setIntegrationKey
@Accessor(qualifier="integrationKey", type=SETTER) public void setIntegrationKey(java.lang.String value)
Generated method - Setter ofMonitoredRequest.integrationKey
attribute defined at extensionintegrationservices
.- Parameters:
value
- the integrationKey
-
setMessageId
@Accessor(qualifier="messageId", type=SETTER) public void setMessageId(java.lang.String value)
Generated method - Setter ofMonitoredRequest.messageId
attribute defined at extensionintegrationservices
.- Parameters:
value
- the messageId
-
setPayload
@Accessor(qualifier="payload", type=SETTER) public void setPayload(IntegrationApiMediaModel value)
Generated method - Setter ofMonitoredRequest.payload
attribute defined at extensionintegrationservices
.- Parameters:
value
- the payload
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(IntegrationRequestStatus value)
Generated method - Setter ofMonitoredRequest.status
attribute defined at extensionintegrationservices
.- Parameters:
value
- the status
-
-