fi.foyt.foursquare.api.entities
类 Scores

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

public class Scores
extends Object
implements FoursquareEntity

Class representing Scores entity

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

构造方法摘要
Scores()
           
 
方法摘要
 Long getCheckinsCount()
          Returns checkins count
 Long getGoal()
          Returns goal
 Long getMax()
          Returns max
 Long getRecent()
          Returns recent
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Scores

public Scores()
方法详细信息

getRecent

public Long getRecent()
Returns recent

返回:
recent

getMax

public Long getMax()
Returns max

返回:
max

getGoal

public Long getGoal()
Returns goal

返回:
goal

getCheckinsCount

public Long getCheckinsCount()
Returns checkins count

返回:
checkins count


Copyright © 2013 Foyt. All Rights Reserved.