public class InboundRequestModel extends MonitoredRequestModel
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 inboundservices. |
INTEGRATIONKEY, MESSAGEID, PAYLOAD, STATUS, TYPE_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 inboundservices. |
void |
setErrors(java.util.Set<InboundRequestErrorModel> value)
Generated method - Setter of
InboundRequest.errors attribute defined at extension inboundservices. |
getIntegrationKey, getMessageId, getPayload, getStatus, getType, setIntegrationKey, setMessageId, setPayload, setStatus, setTypegetComments, 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 ERRORS
InboundRequest.errors attribute defined at extension inboundservices.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 MonitoredRequest at extension integrationservices_type - initial attribute declared by type MonitoredRequest 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 MonitoredRequest at extension integrationservices_type - initial attribute declared by type MonitoredRequest at extension integrationservices@Accessor(qualifier="errors", type=GETTER) public java.util.Set<InboundRequestErrorModel> getErrors()
InboundRequest.errors attribute defined at extension inboundservices.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="errors", type=SETTER) public void setErrors(java.util.Set<InboundRequestErrorModel> value)
InboundRequest.errors attribute defined at extension inboundservices.value - the errorsCopyright © 2018 SAP SE. All Rights Reserved.