Class EventExportDeadLetterModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.apiregistryservices.model.EventExportDeadLetterModel
- All Implemented Interfaces:
Serializable
Generated model class for type EventExportDeadLetter first defined at extension apiregistryservices.
Stores event export data that could not be delivered due to faulty payload.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.destinationTargetattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.errorattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.eventTypeattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.idattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.payloadattribute defined at extensionapiregistryservices.static final StringGenerated constant - Attribute key ofEventExportDeadLetter.timestampattribute defined at extensionapiregistryservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.EventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, String _error, String _eventType, String _id, ItemModel _owner, String _payload, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, String _error, String _eventType, String _id, String _payload, Date _timestamp) 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 - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.Generated method - Getter of theEventExportDeadLetter.destinationTargetattribute defined at extensionapiregistryservices.getError()Generated method - Getter of theEventExportDeadLetter.errorattribute defined at extensionapiregistryservices.Generated method - Getter of theEventExportDeadLetter.eventTypeattribute defined at extensionapiregistryservices.getId()Generated method - Getter of theEventExportDeadLetter.idattribute defined at extensionapiregistryservices.Generated method - Getter of theEventExportDeadLetter.payloadattribute defined at extensionapiregistryservices.Generated method - Getter of theEventExportDeadLetter.timestampattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofEventExportDeadLetter.destinationTargetattribute defined at extensionapiregistryservices.voidGenerated method - Setter ofEventExportDeadLetter.errorattribute defined at extensionapiregistryservices.voidsetEventType(String value) Generated method - Setter ofEventExportDeadLetter.eventTypeattribute defined at extensionapiregistryservices.voidGenerated method - Initial setter ofEventExportDeadLetter.idattribute defined at extensionapiregistryservices.voidsetPayload(String value) Generated method - Setter ofEventExportDeadLetter.payloadattribute defined at extensionapiregistryservices.voidsetTimestamp(Date value) Generated method - Setter ofEventExportDeadLetter.timestampattribute defined at extensionapiregistryservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
ID
Generated constant - Attribute key ofEventExportDeadLetter.idattribute defined at extensionapiregistryservices.- See Also:
-
EVENTTYPE
Generated constant - Attribute key ofEventExportDeadLetter.eventTypeattribute defined at extensionapiregistryservices.- See Also:
-
DESTINATIONTARGET
Generated constant - Attribute key ofEventExportDeadLetter.destinationTargetattribute defined at extensionapiregistryservices.- See Also:
-
DESTINATIONCHANNEL
Generated constant - Attribute key ofEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.- See Also:
-
TIMESTAMP
Generated constant - Attribute key ofEventExportDeadLetter.timestampattribute defined at extensionapiregistryservices.- See Also:
-
PAYLOAD
Generated constant - Attribute key ofEventExportDeadLetter.payloadattribute defined at extensionapiregistryservices.- See Also:
-
ERROR
Generated constant - Attribute key ofEventExportDeadLetter.errorattribute defined at extensionapiregistryservices.- See Also:
-
-
Constructor Details
-
EventExportDeadLetterModel
public EventExportDeadLetterModel()Generated constructor - Default constructor for generic creation. -
EventExportDeadLetterModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
EventExportDeadLetterModel
@Deprecated(since="4.1.1", forRemoval=true) public EventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, String _error, String _eventType, String _id, String _payload, Date _timestamp) 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:
_destinationChannel- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_destinationTarget- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_error- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_eventType- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_id- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_payload- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_timestamp- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices
-
EventExportDeadLetterModel
@Deprecated(since="4.1.1", forRemoval=true) public EventExportDeadLetterModel(DestinationChannel _destinationChannel, DestinationTargetModel _destinationTarget, String _error, String _eventType, String _id, ItemModel _owner, String _payload, Date _timestamp) 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:
_destinationChannel- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_destinationTarget- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_error- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_eventType- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_id- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_owner- initial attribute declared by typeItemat extensioncore_payload- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices_timestamp- initial attribute declared by typeEventExportDeadLetterat extensionapiregistryservices
-
-
Method Details
-
getDestinationChannel
@Accessor(qualifier="destinationChannel", type=GETTER) public DestinationChannel getDestinationChannel()Generated method - Getter of theEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.- Returns:
- the destinationChannel - Destination Channel
-
getDestinationTarget
@Accessor(qualifier="destinationTarget", type=GETTER) public DestinationTargetModel getDestinationTarget()Generated method - Getter of theEventExportDeadLetter.destinationTargetattribute defined at extensionapiregistryservices.- Returns:
- the destinationTarget - Destination Target
-
getError
Generated method - Getter of theEventExportDeadLetter.errorattribute defined at extensionapiregistryservices.- Returns:
- the error - Response Error
-
getEventType
Generated method - Getter of theEventExportDeadLetter.eventTypeattribute defined at extensionapiregistryservices.- Returns:
- the eventType - Event Type
-
getId
Generated method - Getter of theEventExportDeadLetter.idattribute defined at extensionapiregistryservices.- Returns:
- the id - Unique id
-
getPayload
Generated method - Getter of theEventExportDeadLetter.payloadattribute defined at extensionapiregistryservices.- Returns:
- the payload - Json Payload
-
getTimestamp
Generated method - Getter of theEventExportDeadLetter.timestampattribute defined at extensionapiregistryservices.- Returns:
- the timestamp - Event Send Time
-
setDestinationChannel
@Accessor(qualifier="destinationChannel", type=SETTER) public void setDestinationChannel(DestinationChannel value) Generated method - Setter ofEventExportDeadLetter.destinationChannelattribute defined at extensionapiregistryservices.- Parameters:
value- the destinationChannel - Destination Channel
-
setDestinationTarget
@Accessor(qualifier="destinationTarget", type=SETTER) public void setDestinationTarget(DestinationTargetModel value) Generated method - Setter ofEventExportDeadLetter.destinationTargetattribute defined at extensionapiregistryservices.- Parameters:
value- the destinationTarget - Destination Target
-
setError
Generated method - Setter ofEventExportDeadLetter.errorattribute defined at extensionapiregistryservices.- Parameters:
value- the error - Response Error
-
setEventType
Generated method - Setter ofEventExportDeadLetter.eventTypeattribute defined at extensionapiregistryservices.- Parameters:
value- the eventType - Event Type
-
setId
Generated method - Initial setter ofEventExportDeadLetter.idattribute defined at extensionapiregistryservices. Can only be used at creation of model - before first save.- Parameters:
value- the id - Unique id
-
setPayload
Generated method - Setter ofEventExportDeadLetter.payloadattribute defined at extensionapiregistryservices.- Parameters:
value- the payload - Json Payload
-
setTimestamp
Generated method - Setter ofEventExportDeadLetter.timestampattribute defined at extensionapiregistryservices.- Parameters:
value- the timestamp - Event Send Time
-