fi.foyt.foursquare.api.entities
类 Stats

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

public class Stats
extends Object
implements FoursquareEntity

Class representing Stats entity

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

构造方法摘要
Stats()
           
 
方法摘要
 Integer getCheckinsCount()
          Returns checkins count
 Integer getUsersCount()
          Returns users count
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Stats

public Stats()
方法详细信息

getCheckinsCount

public Integer getCheckinsCount()
Returns checkins count

返回:
checkins count

getUsersCount

public Integer getUsersCount()
Returns users count

返回:
users count


Copyright © 2013 Foyt. All Rights Reserved.