fi.foyt.foursquare.api.entities
类 Keyword

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

public class Keyword
extends Object
implements FoursquareEntity

Class representing Keyword entity

作者:
Antti Leppä
另请参见:
序列化表格

构造方法摘要
Keyword()
           
 
方法摘要
 String getDisplayName()
          Returns display name
 String getKeyword()
          Returns keyword
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Keyword

public Keyword()
方法详细信息

getDisplayName

public String getDisplayName()
Returns display name

返回:
display name

getKeyword

public String getKeyword()
Returns keyword

返回:
keyword


Copyright © 2013 Foyt. All Rights Reserved.