fi.foyt.foursquare.api.entities
类 MiniVenue

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.MiniVenue
所有已实现的接口:
FoursquareEntity, Serializable

public class MiniVenue
extends Object
implements FoursquareEntity

MiniVenues are for responses from the autoComplete service https://developer.foursquare.com/docs/venues/suggestcompletion

作者:
rmangi
另请参见:
序列化表格

构造方法摘要
MiniVenue()
           
 
方法摘要
 Category[] getCategories()
          categories for the venue
 String getId()
          get the id
 Location getLocation()
          location of the venue
 String getName()
          name of the venue
 void setCategories(Category[] categories)
           
 void setId(String id)
           
 void setLocation(Location location)
           
 void setName(String name)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MiniVenue

public MiniVenue()
方法详细信息

getId

public String getId()
get the id

返回:
id

setId

public void setId(String id)

getName

public String getName()
name of the venue

返回:
name

setName

public void setName(String name)

getLocation

public Location getLocation()
location of the venue

返回:
Location object

setLocation

public void setLocation(Location location)

getCategories

public Category[] getCategories()
categories for the venue

返回:
array of Category objects

setCategories

public void setCategories(Category[] categories)


Copyright © 2013 Foyt. All Rights Reserved.