fi.foyt.foursquare.api.entities
类 Todo

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

public class Todo
extends Object
implements FoursquareEntity

Class representing Todo entity

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

构造方法摘要
Todo()
           
 
方法摘要
 Long getCreatedAt()
          Returns to-do's id
 String getId()
          Returns seconds since epoch when this to-do was created.
 CompleteTip getTip()
          Returns the tip which is to-do
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Todo

public Todo()
方法详细信息

getCreatedAt

public Long getCreatedAt()
Returns to-do's id

返回:
to-do's id

getId

public String getId()
Returns seconds since epoch when this to-do was created.

返回:
seconds since epoch when this to-do was created.

getTip

public CompleteTip getTip()
Returns the tip which is to-do

返回:
the tip which is to-do


Copyright © 2013 Foyt. All Rights Reserved.