fi.foyt.foursquare.api.entities
类 CompactTip

java.lang.Object
  继承者 fi.foyt.foursquare.api.entities.CompactTip
所有已实现的接口:
FoursquareEntity, Serializable
直接已知子类:
CompleteTip

public class CompactTip
extends Object
implements FoursquareEntity

Class representing CompactTip entity

作者:
Antti Leppä
另请参见:
https://developer.foursquare.com/docs/responses/tip.html, 序列化表格

构造方法摘要
CompactTip()
           
 
方法摘要
 Long getCreatedAt()
          Returns when this tip was created (epoch)
 String getId()
          Returns the id of the tip
 Photo getPhoto()
          Returns photo of the tip
 String getPhotoURL()
          Returns URL to the photo
 String getStatus()
          Returns status of the tip (either todo or done)
 String getText()
          Returns the text of the tip
 String getUrl()
          Returns URL for more information.
 CompactUser getUser()
          Returns user that left the tip
 CompactVenue getVenue()
          Returns venue (if any) for the tip
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CompactTip

public CompactTip()
方法详细信息

getId

public String getId()
Returns the id of the tip

返回:
the id of the tip

getText

public String getText()
Returns the text of the tip

返回:
the text of the tip

getCreatedAt

public Long getCreatedAt()
Returns when this tip was created (epoch)

返回:
when this tip was created

getStatus

public String getStatus()
Returns status of the tip (either todo or done)

返回:
status of the tip

getPhoto

public Photo getPhoto()
Returns photo of the tip

返回:
photo of the tip

getPhotoURL

public String getPhotoURL()
Returns URL to the photo

返回:
URL to the photo

getUser

public CompactUser getUser()
Returns user that left the tip

返回:
user that left the tip

getVenue

public CompactVenue getVenue()
Returns venue (if any) for the tip

返回:
venue for the tip

getUrl

public String getUrl()
Returns URL for more information.

返回:
URL for more information.


Copyright © 2013 Foyt. All Rights Reserved.