@PublicApi public abstract class AbstractNotification extends Object implements Notification
| Constructor and Description |
|---|
AbstractNotification(Long id,
NotificationType notificationType,
String parameter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId() |
NotificationType |
getNotificationType() |
String |
getParameter() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitacceptpublic AbstractNotification(Long id, NotificationType notificationType, String parameter)
public Long getId()
getId in interface Notificationpublic NotificationType getNotificationType()
getNotificationType in interface Notification@Nullable public String getParameter()
getParameter in interface NotificationCopyright © 2002-2024 Atlassian. All Rights Reserved.