fi.foyt.foursquare.api.entities.notifications
类 LeaderboardNotification

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

public class LeaderboardNotification
extends Object
implements FoursquareEntity

Entity representing "Leaderboard" notification

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

构造方法摘要
LeaderboardNotification()
           
 
方法摘要
 LeaderboardItem[] getLeaderboard()
          Returns array of LeaderboardItem entities
 String getMessage()
          Returns message
 LeaderboardScore[] getScores()
          Returns array of LeaderboardScore entities
 Long getTotal()
          Returns total
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LeaderboardNotification

public LeaderboardNotification()
方法详细信息

getLeaderboard

public LeaderboardItem[] getLeaderboard()
Returns array of LeaderboardItem entities

返回:
array of LeaderboardItem entities

getMessage

public String getMessage()
Returns message

返回:
message

getScores

public LeaderboardScore[] getScores()
Returns array of LeaderboardScore entities

返回:
array of LeaderboardScore entities

getTotal

public Long getTotal()
Returns total

返回:
total


Copyright © 2013 Foyt. All Rights Reserved.