@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-05-31T21:28:45.755389-07:00[America/Los_Angeles]")
public class GetEventsPathResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERIALIZED_NAME_ITEMS |
| Constructor and Description |
|---|
GetEventsPathResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetEventsPathResponse |
addItemsItem(EventsPath itemsItem) |
boolean |
equals(java.lang.Object o) |
java.util.List<EventsPath> |
getItems()
A list of events
|
int |
hashCode() |
GetEventsPathResponse |
items(java.util.List<EventsPath> items) |
void |
setItems(java.util.List<EventsPath> items) |
java.lang.String |
toString() |
public static final java.lang.String SERIALIZED_NAME_ITEMS
public GetEventsPathResponse items(java.util.List<EventsPath> items)
public GetEventsPathResponse addItemsItem(EventsPath itemsItem)
public java.util.List<EventsPath> getItems()
public void setItems(java.util.List<EventsPath> items)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object