public class FoursquareVenue
extends java.lang.Object
| Constructor and Description |
|---|
FoursquareVenue() |
| Modifier and Type | Method and Description |
|---|---|
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
|
java.lang.String |
getUrl()
Get the url of the venue
|
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 |
setUrl(java.lang.String url)
Set the URL of the venue
|
public Contact getContact()
public FoursquareFeaturedPhotos getFeaturedPhotosList()
public java.lang.String getId()
public Location getLocation()
public java.lang.String getName()
public java.lang.String getUrl()
public 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 setUrl(java.lang.String url)
url -