public class EventList extends PayPalModel
| Constructor and Description |
|---|
EventList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Getter for count
|
List<Event> |
getEvents()
Getter for events
|
List<Links> |
getLinks()
Getter for links
|
EventList |
setCount(int count)
Setter for count
|
EventList |
setEvents(List<Event> events)
Setter for events
|
EventList |
setLinks(List<Links> links)
Setter for links
|
equals, hashCode, toJSON, toStringpublic EventList setCount(int count)
public int getCount()
Copyright © 2015. All Rights Reserved.