Class NotificationResponse
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.domain.NotificationResponse
This domain data class holds the required information for a single notification response.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FloatNotification delivery cost.private StringNotification delivery cost currency.private List<NotificationError>An optional list of errors during delivery returned by the provider.private StringNotification identifier assigned by the provider used to send it.private IntegerNotification message count, if it was split in order to be delivered (for example, in SMS with more than 160 characters).private NotificationStatusNotification current status. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
externalId
Notification identifier assigned by the provider used to send it. -
cost
Notification delivery cost. -
currency
Notification delivery cost currency. -
msgCount
Notification message count, if it was split in order to be delivered (for example, in SMS with more than 160 characters). -
status
Notification current status. -
errors
An optional list of errors during delivery returned by the provider.
-
-
Constructor Details
-
NotificationResponse
public NotificationResponse()
-