public class InboundRequestModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and 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 integrationservices. |
static java.lang.String |
INTEGRATIONKEY
Generated constant - Attribute key of
InboundRequest.integrationKey attribute defined at extension integrationservices. |
static java.lang.String |
MESSAGEID
Generated constant - Attribute key of
InboundRequest.messageId attribute defined at extension integrationservices. |
static java.lang.String |
PAYLOAD
Generated constant - Attribute key of
InboundRequest.payload attribute defined at extension integrationservices. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
InboundRequest.status attribute defined at extension integrationservices. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
InboundRequest.type attribute defined at extension integrationservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
InboundRequestModel()
Generated constructor - Default constructor for generic creation.
|
InboundRequestModel(IntegrationRequestStatus _status,
java.lang.String _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
InboundRequestModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
InboundRequestModel(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.util.Set<InboundRequestErrorModel> |
getErrors()
Generated method - Getter of the
InboundRequest.errors attribute defined at extension integrationservices. |
java.lang.String |
getIntegrationKey()
Generated method - Getter of the
InboundRequest.integrationKey attribute defined at extension integrationservices. |
java.lang.String |
getMessageId()
Generated method - Getter of the
InboundRequest.messageId attribute defined at extension integrationservices. |
IntegrationApiMediaModel |
getPayload()
Generated method - Getter of the
InboundRequest.payload attribute defined at extension integrationservices. |
IntegrationRequestStatus |
getStatus()
Generated method - Getter of the
InboundRequest.status attribute defined at extension integrationservices. |
java.lang.String |
getType()
Generated method - Getter of the
InboundRequest.type attribute defined at extension integrationservices. |
void |
setErrors(java.util.Set<InboundRequestErrorModel> value)
Generated method - Setter of
InboundRequest.errors attribute defined at extension integrationservices. |
void |
setIntegrationKey(java.lang.String value)
Generated method - Setter of
InboundRequest.integrationKey attribute defined at extension integrationservices. |
void |
setMessageId(java.lang.String value)
Generated method - Setter of
InboundRequest.messageId attribute defined at extension integrationservices. |
void |
setPayload(IntegrationApiMediaModel value)
Generated method - Setter of
InboundRequest.payload attribute defined at extension integrationservices. |
void |
setStatus(IntegrationRequestStatus value)
Generated method - Setter of
InboundRequest.status attribute defined at extension integrationservices. |
void |
setType(java.lang.String value)
Generated method - Setter of
InboundRequest.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
InboundRequest.status attribute defined at extension integrationservices.public static final java.lang.String MESSAGEID
InboundRequest.messageId attribute defined at extension integrationservices.public static final java.lang.String INTEGRATIONKEY
InboundRequest.integrationKey attribute defined at extension integrationservices.public static final java.lang.String TYPE
InboundRequest.type attribute defined at extension integrationservices.public static final java.lang.String PAYLOAD
InboundRequest.payload attribute defined at extension integrationservices.public static final java.lang.String ERRORS
InboundRequest.errors attribute defined at extension integrationservices.public InboundRequestModel()
public InboundRequestModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public InboundRequestModel(IntegrationRequestStatus _status, java.lang.String _type)
_status - initial attribute declared by type InboundRequest at extension integrationservices_type - initial attribute declared by type InboundRequest at extension integrationservices@Deprecated public InboundRequestModel(ItemModel _owner, IntegrationRequestStatus _status, java.lang.String _type)
_owner - initial attribute declared by type Item at extension core_status - initial attribute declared by type InboundRequest at extension integrationservices_type - initial attribute declared by type InboundRequest at extension integrationservices@Accessor(qualifier="errors", type=GETTER) public java.util.Set<InboundRequestErrorModel> getErrors()
InboundRequest.errors attribute defined at extension integrationservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="integrationKey", type=GETTER) public java.lang.String getIntegrationKey()
InboundRequest.integrationKey attribute defined at extension integrationservices.@Accessor(qualifier="messageId", type=GETTER) public java.lang.String getMessageId()
InboundRequest.messageId attribute defined at extension integrationservices.@Accessor(qualifier="payload", type=GETTER) public IntegrationApiMediaModel getPayload()
InboundRequest.payload attribute defined at extension integrationservices.@Accessor(qualifier="status", type=GETTER) public IntegrationRequestStatus getStatus()
InboundRequest.status attribute defined at extension integrationservices.@Accessor(qualifier="type", type=GETTER) public java.lang.String getType()
InboundRequest.type attribute defined at extension integrationservices.@Accessor(qualifier="errors", type=SETTER) public void setErrors(java.util.Set<InboundRequestErrorModel> value)
InboundRequest.errors attribute defined at extension integrationservices.value - the errors@Accessor(qualifier="integrationKey", type=SETTER) public void setIntegrationKey(java.lang.String value)
InboundRequest.integrationKey attribute defined at extension integrationservices.value - the integrationKey@Accessor(qualifier="messageId", type=SETTER) public void setMessageId(java.lang.String value)
InboundRequest.messageId attribute defined at extension integrationservices.value - the messageId@Accessor(qualifier="payload", type=SETTER) public void setPayload(IntegrationApiMediaModel value)
InboundRequest.payload attribute defined at extension integrationservices.value - the payload@Accessor(qualifier="status", type=SETTER) public void setStatus(IntegrationRequestStatus value)
InboundRequest.status attribute defined at extension integrationservices.value - the statusCopyright © 2018 SAP SE. All Rights Reserved.