public class MonitoredRequestModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and 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. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MonitoredRequestModel()
Generated constructor - Default constructor for generic creation.
|
MonitoredRequestModel(IntegrationRequestStatus _status,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
MonitoredRequestModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MonitoredRequestModel(ItemModel _owner,
IntegrationRequestStatus _status,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and 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. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String STATUS
MonitoredRequest.status attribute defined at extension integrationservices.public static final java.lang.String INTEGRATIONKEY
MonitoredRequest.integrationKey attribute defined at extension integrationservices.public static final java.lang.String TYPE
MonitoredRequest.type attribute defined at extension integrationservices.public static final java.lang.String PAYLOAD
MonitoredRequest.payload attribute defined at extension integrationservices.public static final java.lang.String MESSAGEID
MonitoredRequest.messageId attribute defined at extension integrationservices.public MonitoredRequestModel()
public MonitoredRequestModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MonitoredRequestModel(IntegrationRequestStatus _status, java.lang.String _type)
_status - initial attribute declared by type MonitoredRequest at extension integrationservices_type - initial attribute declared by type MonitoredRequest at extension integrationservices@Deprecated public MonitoredRequestModel(ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)
_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@Accessor(qualifier="integrationKey", type=GETTER) public java.lang.String getIntegrationKey()
MonitoredRequest.integrationKey attribute defined at extension integrationservices.@Accessor(qualifier="messageId", type=GETTER) public java.lang.String getMessageId()
MonitoredRequest.messageId attribute defined at extension integrationservices.@Accessor(qualifier="payload", type=GETTER) public IntegrationApiMediaModel getPayload()
MonitoredRequest.payload attribute defined at extension integrationservices.@Accessor(qualifier="status", type=GETTER) public IntegrationRequestStatus getStatus()
MonitoredRequest.status attribute defined at extension integrationservices.@Accessor(qualifier="type", type=GETTER) public java.lang.String getType()
MonitoredRequest.type attribute defined at extension integrationservices.@Accessor(qualifier="integrationKey", type=SETTER) public void setIntegrationKey(java.lang.String value)
MonitoredRequest.integrationKey attribute defined at extension integrationservices.value - the integrationKey@Accessor(qualifier="messageId", type=SETTER) public void setMessageId(java.lang.String value)
MonitoredRequest.messageId attribute defined at extension integrationservices.value - the messageId@Accessor(qualifier="payload", type=SETTER) public void setPayload(IntegrationApiMediaModel value)
MonitoredRequest.payload attribute defined at extension integrationservices.value - the payload@Accessor(qualifier="status", type=SETTER) public void setStatus(IntegrationRequestStatus value)
MonitoredRequest.status attribute defined at extension integrationservices.value - the statusCopyright © 2018 SAP SE. All Rights Reserved.