Class NotificationUpdate
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.NotificationUpdate
- All Implemented Interfaces:
Serializable
This domain data class holds the required information for a single notification update. For example, this is used when receiving real-time events
for Mailjet message status changes.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate NotificationChannelNotification channel.private ZonedDateTimeNotification update date.private StringThe destination address.private StringProvider notification identifier.private StringKukenbank notification identifier.private NotificationProviderNotification provider.private static final longSerial version UID.private NotificationStatusNotification status.private StringNotification status description. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
id
Kukenbank notification identifier. -
externalId
Provider notification identifier. -
destinationAddress
The destination address. -
date
Notification update date. -
channel
Notification channel. -
provider
Notification provider. -
status
Notification status. -
statusDescription
Notification status description. For example, error details.
-
-
Constructor Details
-
NotificationUpdate
public NotificationUpdate()
-