@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface Notification
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestinationID()
Retrieve the notification destination ID.
|
java.util.List<NotificationChange> |
getNotificationChanges()
Retrieve the list of changes associated with the notification.
|
int |
getNumPreviousDeliveryAttempts()
Retrieve the number of previous delivery attempts for this notification.
|
java.util.Date |
getTimeOfFirstDeliveryAttempt()
Retrieve the time at which the first delivery attempt was made, or
null if there have been no previous delivery attempts. |
java.util.Date |
getTimeOfLastDeliveryAttempt()
Retrieve the time at which the last delivery attempt was made, or
null if there have been no previous delivery attempts. |
java.lang.String getDestinationID()
java.util.List<NotificationChange> getNotificationChanges()
int getNumPreviousDeliveryAttempts()
java.util.Date getTimeOfFirstDeliveryAttempt()
null if there have been no previous delivery attempts.null if there have been no previous delivery attempts.java.util.Date getTimeOfLastDeliveryAttempt()
null if there have been no previous delivery attempts.null if there have been no previous delivery attempts.