fi.foyt.foursquare.api.entities
类 Comment

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

public class Comment
extends Object
implements FoursquareEntity

Class representing Comment entity

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

构造方法摘要
Comment()
           
 
方法摘要
 Long getCreatedAt()
          Returns when this comment was created (epoch)
 String getId()
          Returns comment's id
 String getText()
          Returns comment's text
 CompactUser getUser()
          Returns user that left the comment
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Comment

public Comment()
方法详细信息

getId

public String getId()
Returns comment's id

返回:
comment's id

getCreatedAt

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

返回:
when this comment was created

getUser

public CompactUser getUser()
Returns user that left the comment

返回:
user that left the comment

getText

public String getText()
Returns comment's text

返回:
comment's text


Copyright © 2013 Foyt. All Rights Reserved.