public class FoursquareVenue
extends java.lang.Object
Constructor and Description |
---|
FoursquareVenue() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FoursquareCategories> |
getCategories() |
Contact |
getContact()
Get the contact information of the Venue
|
FoursquareFeaturedPhotos |
getFeaturedPhotosList()
Get the Featured Photos List
|
java.lang.String |
getId()
Get the venue ID
|
Location |
getLocation()
Get the location information of the venue
|
java.lang.String |
getName()
Get Venue Name
|
FoursquarePrice |
getPrice() |
java.lang.String |
getUrl()
Get the url of the venue
|
void |
setCategories(java.util.List<FoursquareCategories> categories) |
void |
setContact(Contact contact)
Set the contact information of the venue
|
void |
setFeaturedPhotosList(FoursquareFeaturedPhotos featuredPhotosList)
Set the Featured Photos of the venue
|
void |
setId(java.lang.String id)
Set the venue id
|
void |
setLocation(Location location)
Set the location of the venue
|
void |
setName(java.lang.String name)
Set the Venue name
|
void |
setPrice(FoursquarePrice price) |
void |
setUrl(java.lang.String url)
Set the URL of the venue
|
public java.util.List<FoursquareCategories> getCategories()
public Contact getContact()
public FoursquareFeaturedPhotos getFeaturedPhotosList()
public java.lang.String getId()
public Location getLocation()
public java.lang.String getName()
public FoursquarePrice getPrice()
public java.lang.String getUrl()
public void setCategories(java.util.List<FoursquareCategories> categories)
categories
- the categories to setpublic void setContact(Contact contact)
contact
- public void setFeaturedPhotosList(FoursquareFeaturedPhotos featuredPhotosList)
featuredPhotosList
- public void setId(java.lang.String id)
id
- public void setLocation(Location location)
location
- public void setName(java.lang.String name)
name
- public void setPrice(FoursquarePrice price)
price
- the price to setpublic void setUrl(java.lang.String url)
url
-