public class EventTypeList extends PayPalModel
| Constructor and Description |
|---|
EventTypeList()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<EventType> |
getEventTypes()
A list of Webhooks event-types
|
int |
hashCode() |
EventTypeList |
setEventTypes(java.util.List<EventType> eventTypes)
A list of Webhooks event-types
|
toJSON, toStringpublic java.util.List<EventType> getEventTypes()
public EventTypeList setEventTypes(java.util.List<EventType> eventTypes)
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