public class Notifications extends Object implements Serializable
Constructor and Description |
---|
Notifications() |
Modifier and Type | Method and Description |
---|---|
void |
addNotification(Notification notification) |
boolean |
equals(Object obj) |
Header |
getHeader() |
List<Notification> |
getNotifications() |
int |
hashCode() |
boolean |
removeNotification(Notification notification) |
void |
setHeader(Header header) |
void |
setNotifications(List<Notification> notifications) |
public Header getHeader()
public void setHeader(Header header)
public List<Notification> getNotifications()
public void setNotifications(List<Notification> notifications)
public void addNotification(Notification notification)
public boolean removeNotification(Notification notification)
Copyright © 2021. All rights reserved.