com.fitbit.api.common.model.achievement
Class BestAchievements

java.lang.Object
  extended by com.fitbit.api.common.model.achievement.BestAchievements

public class BestAchievements
extends Object

Created by IntelliJ IDEA. User: Kiryl Date: 10/18/11 Time: 12:55 AM


Constructor Summary
BestAchievements(BestAchievement tracker, BestAchievement total)
           
BestAchievements(org.json.JSONObject jsonObject)
           
 
Method Summary
 BestAchievement getTotal()
           
 BestAchievement getTracker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestAchievements

public BestAchievements(BestAchievement tracker,
                        BestAchievement total)

BestAchievements

public BestAchievements(org.json.JSONObject jsonObject)
                 throws org.json.JSONException
Throws:
org.json.JSONException
Method Detail

getTracker

public BestAchievement getTracker()

getTotal

public BestAchievement getTotal()


Copyright © 2012. All Rights Reserved.