public class JIPipeNotification extends Object implements Comparable<JIPipeNotification>
Constructor and Description |
---|
JIPipeNotification(JIPipeNotification other) |
JIPipeNotification(String id) |
JIPipeNotification(String id,
String heading,
String description,
JIPipeNotificationAction... actions) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(JIPipeNotification o) |
void |
dismiss() |
boolean |
equals(Object o) |
List<JIPipeNotificationAction> |
getActions() |
LocalDateTime |
getDateTime() |
String |
getDescription() |
String |
getHeading() |
String |
getId() |
JIPipeNotificationInbox |
getInbox() |
int |
hashCode() |
void |
setActions(List<JIPipeNotificationAction> actions) |
void |
setDescription(String description) |
void |
setHeading(String heading) |
void |
setInbox(JIPipeNotificationInbox inbox) |
String |
toString() |
public JIPipeNotification(String id)
public JIPipeNotification(String id, String heading, String description, JIPipeNotificationAction... actions)
public JIPipeNotification(JIPipeNotification other)
public String getHeading()
public void setHeading(String heading)
public String getDescription()
public void setDescription(String description)
public LocalDateTime getDateTime()
public List<JIPipeNotificationAction> getActions()
public void setActions(List<JIPipeNotificationAction> actions)
public void dismiss()
public int compareTo(JIPipeNotification o)
compareTo
in interface Comparable<JIPipeNotification>
public String getId()
public JIPipeNotificationInbox getInbox()
public void setInbox(JIPipeNotificationInbox inbox)
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.