public class Events extends AbstractBase
Constructor and Description |
---|
Events() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
getEvents() |
Meta |
getMeta() |
void |
setEvents(java.util.List<Event> events) |
void |
setMeta(Meta meta) |
toString
public java.util.List<Event> getEvents()
public void setEvents(java.util.List<Event> events)
events
- the events to setpublic Meta getMeta()
public void setMeta(Meta meta)
meta
- the meta to set