public class EventList extends PayPalModel
| Constructor and Description |
|---|
EventList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getCount()
Number of items returned in each range of results.
|
java.util.List<Event> |
getEvents()
A list of Webhooks event resources
|
java.util.List<Links> |
getLinks() |
int |
hashCode() |
EventList |
setCount(int count)
Number of items returned in each range of results.
|
EventList |
setEvents(java.util.List<Event> events)
A list of Webhooks event resources
|
EventList |
setLinks(java.util.List<Links> links) |
toJSON, toStringpublic java.util.List<Event> getEvents()
public int getCount()
public java.util.List<Links> getLinks()
public EventList setEvents(java.util.List<Event> events)
public EventList setCount(int count)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel