|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectfi.foyt.foursquare.api.entities.CompactTip
public class CompactTip
Class representing CompactTip entity
| 构造方法摘要 | |
|---|---|
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 |
| 构造方法详细信息 |
|---|
public CompactTip()
| 方法详细信息 |
|---|
public String getId()
public String getText()
public Long getCreatedAt()
public String getStatus()
public Photo getPhoto()
public String getPhotoURL()
public CompactUser getUser()
public CompactVenue getVenue()
public String getUrl()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||