public class EventExportDeadLetterModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
DESTINATIONCHANNEL
Generated constant - Attribute key of
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices. |
static java.lang.String |
DESTINATIONTARGET
Generated constant - Attribute key of
EventExportDeadLetter.destinationTarget attribute defined at extension apiregistryservices. |
static java.lang.String |
ERROR
Generated constant - Attribute key of
EventExportDeadLetter.error attribute defined at extension apiregistryservices. |
static java.lang.String |
EVENTTYPE
Generated constant - Attribute key of
EventExportDeadLetter.eventType attribute defined at extension apiregistryservices. |
static java.lang.String |
ID
Generated constant - Attribute key of
EventExportDeadLetter.id attribute defined at extension apiregistryservices. |
static java.lang.String |
PAYLOAD
Generated constant - Attribute key of
EventExportDeadLetter.payload attribute defined at extension apiregistryservices. |
static java.lang.String |
TIMESTAMP
Generated constant - Attribute key of
EventExportDeadLetter.timestamp attribute defined at extension apiregistryservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
EventExportDeadLetterModel()
Generated constructor - Default constructor for generic creation.
|
EventExportDeadLetterModel(DestinationChannel _destinationChannel,
DestinationTargetModel _destinationTarget,
java.lang.String _error,
java.lang.String _eventType,
java.lang.String _id,
ItemModel _owner,
java.lang.String _payload,
java.util.Date _timestamp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EventExportDeadLetterModel(DestinationChannel _destinationChannel,
DestinationTargetModel _destinationTarget,
java.lang.String _error,
java.lang.String _eventType,
java.lang.String _id,
java.lang.String _payload,
java.util.Date _timestamp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EventExportDeadLetterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
DestinationChannel |
getDestinationChannel()
Generated method - Getter of the
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices. |
DestinationTargetModel |
getDestinationTarget()
Generated method - Getter of the
EventExportDeadLetter.destinationTarget attribute defined at extension apiregistryservices. |
java.lang.String |
getError()
Generated method - Getter of the
EventExportDeadLetter.error attribute defined at extension apiregistryservices. |
java.lang.String |
getEventType()
Generated method - Getter of the
EventExportDeadLetter.eventType attribute defined at extension apiregistryservices. |
java.lang.String |
getId()
Generated method - Getter of the
EventExportDeadLetter.id attribute defined at extension apiregistryservices. |
java.lang.String |
getPayload()
Generated method - Getter of the
EventExportDeadLetter.payload attribute defined at extension apiregistryservices. |
java.util.Date |
getTimestamp()
Generated method - Getter of the
EventExportDeadLetter.timestamp attribute defined at extension apiregistryservices. |
void |
setDestinationChannel(DestinationChannel value)
Generated method - Setter of
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices. |
void |
setDestinationTarget(DestinationTargetModel value)
Generated method - Setter of
EventExportDeadLetter.destinationTarget attribute defined at extension apiregistryservices. |
void |
setError(java.lang.String value)
Generated method - Setter of
EventExportDeadLetter.error attribute defined at extension apiregistryservices. |
void |
setEventType(java.lang.String value)
Generated method - Setter of
EventExportDeadLetter.eventType attribute defined at extension apiregistryservices. |
void |
setId(java.lang.String value)
Generated method - Initial setter of
EventExportDeadLetter.id attribute defined at extension apiregistryservices. |
void |
setPayload(java.lang.String value)
Generated method - Setter of
EventExportDeadLetter.payload attribute defined at extension apiregistryservices. |
void |
setTimestamp(java.util.Date value)
Generated method - Setter of
EventExportDeadLetter.timestamp attribute defined at extension apiregistryservices. |
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 ID
EventExportDeadLetter.id attribute defined at extension apiregistryservices.public static final java.lang.String EVENTTYPE
EventExportDeadLetter.eventType attribute defined at extension apiregistryservices.public static final java.lang.String DESTINATIONTARGET
EventExportDeadLetter.destinationTarget attribute defined at extension apiregistryservices.public static final java.lang.String DESTINATIONCHANNEL
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices.public static final java.lang.String TIMESTAMP
EventExportDeadLetter.timestamp attribute defined at extension apiregistryservices.public static final java.lang.String PAYLOAD
EventExportDeadLetter.payload attribute defined at extension apiregistryservices.public static final java.lang.String ERROR
EventExportDeadLetter.error attribute defined at extension apiregistryservices.public EventExportDeadLetterModel()
public EventExportDeadLetterModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public EventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, java.lang.String _error, java.lang.String _eventType, java.lang.String _id, java.lang.String _payload, java.util.Date _timestamp)
_destinationChannel - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_destinationTarget - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_error - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_eventType - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_id - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_payload - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_timestamp - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices@Deprecated public EventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, java.lang.String _error, java.lang.String _eventType, java.lang.String _id, ItemModel _owner, java.lang.String _payload, java.util.Date _timestamp)
_destinationChannel - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_destinationTarget - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_error - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_eventType - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_id - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_owner - initial attribute declared by type Item at extension core_payload - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices_timestamp - initial attribute declared by type EventExportDeadLetter at extension apiregistryservices@Accessor(qualifier="destinationChannel", type=GETTER) public DestinationChannel getDestinationChannel()
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices.@Accessor(qualifier="destinationTarget", type=GETTER) public DestinationTargetModel getDestinationTarget()
EventExportDeadLetter.destinationTarget attribute defined at extension apiregistryservices.@Accessor(qualifier="error", type=GETTER) public java.lang.String getError()
EventExportDeadLetter.error attribute defined at extension apiregistryservices.@Accessor(qualifier="eventType", type=GETTER) public java.lang.String getEventType()
EventExportDeadLetter.eventType attribute defined at extension apiregistryservices.@Accessor(qualifier="id", type=GETTER) public java.lang.String getId()
EventExportDeadLetter.id attribute defined at extension apiregistryservices.@Accessor(qualifier="payload", type=GETTER) public java.lang.String getPayload()
EventExportDeadLetter.payload attribute defined at extension apiregistryservices.@Accessor(qualifier="timestamp", type=GETTER) public java.util.Date getTimestamp()
EventExportDeadLetter.timestamp attribute defined at extension apiregistryservices.@Accessor(qualifier="destinationChannel", type=SETTER) public void setDestinationChannel(DestinationChannel value)
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices.value - the destinationChannel@Accessor(qualifier="destinationTarget", type=SETTER) public void setDestinationTarget(DestinationTargetModel value)
EventExportDeadLetter.destinationTarget attribute defined at extension apiregistryservices.value - the destinationTarget@Accessor(qualifier="error", type=SETTER) public void setError(java.lang.String value)
EventExportDeadLetter.error attribute defined at extension apiregistryservices.value - the error@Accessor(qualifier="eventType", type=SETTER) public void setEventType(java.lang.String value)
EventExportDeadLetter.eventType attribute defined at extension apiregistryservices.value - the eventType@Accessor(qualifier="id", type=SETTER) public void setId(java.lang.String value)
EventExportDeadLetter.id attribute defined at extension apiregistryservices. Can only be used at creation of model - before first save.value - the id@Accessor(qualifier="payload", type=SETTER) public void setPayload(java.lang.String value)
EventExportDeadLetter.payload attribute defined at extension apiregistryservices.value - the payloadCopyright © 2018 SAP SE. All Rights Reserved.