public class Notifications extends AbstractBase
Constructor and Description |
---|
Notifications() |
Modifier and Type | Method and Description |
---|---|
Meta |
getMeta() |
java.util.List<Notification> |
getNotifications() |
void |
setMeta(Meta meta) |
void |
setNotifications(java.util.List<Notification> notifications) |
toString
public java.util.List<Notification> getNotifications()
public void setNotifications(java.util.List<Notification> notifications)
notifications
- the notifications to setpublic Meta getMeta()
public void setMeta(Meta meta)
meta
- the meta to set