public class Event extends BaseModel
| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Performance |
static class |
Event.SimpleLocation |
static class |
Event.Start |
static class |
Event.Type |
| Constructor and Description |
|---|
Event() |
| Modifier and Type | Method and Description |
|---|---|
Event.SimpleLocation |
getLocation() |
List<Event.Performance> |
getPerformances() |
double |
getPopularity() |
Event.Start |
getStart() |
Status |
getStatus() |
Event.Type |
getType() |
BaseVenue |
getVenue() |
getDisplayNamepublic Event.Type getType()
public Event.Start getStart()
public List<Event.Performance> getPerformances()
public Event.SimpleLocation getLocation()
public BaseVenue getVenue()
public Status getStatus()
public double getPopularity()
Copyright © 2017. All rights reserved.