@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, wait
accept
public AbstractNotification(Long id, NotificationType notificationType, String parameter)
public Long getId()
getId
in interface Notification
public NotificationType getNotificationType()
getNotificationType
in interface Notification
@Nullable public String getParameter()
getParameter
in interface Notification
Copyright © 2002-2019 Atlassian. All Rights Reserved.