|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.EventList
public class EventList
| Constructor Summary | |
|---|---|
EventList()
Default Constructor |
|
| Method Summary | |
|---|---|
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 |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventList()
| Method Detail |
|---|
public EventList setEvents(List<Event> events)
public List<Event> getEvents()
public EventList setCount(int count)
public int getCount()
public EventList setLinks(List<Links> links)
public List<Links> getLinks()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||