com.fitbit.api.common.model.user
Class FriendStats.StatisticInfo

java.lang.Object
  extended by com.fitbit.api.common.model.user.FriendStats.StatisticInfo
Enclosing class:
FriendStats

public static class FriendStats.StatisticInfo
extends Object


Constructor Summary
FriendStats.StatisticInfo()
           
FriendStats.StatisticInfo(int steps, int calories, double distance, int activeScore)
           
FriendStats.StatisticInfo(org.json.JSONObject statisticInfoJson)
           
 
Method Summary
 int getActiveScore()
           
 int getCalories()
           
 double getDistance()
           
 int getSteps()
           
 void setActiveScore(int activeScore)
           
 void setCalories(int calories)
           
 void setDistance(double distance)
           
 void setSteps(int steps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FriendStats.StatisticInfo

public FriendStats.StatisticInfo()

FriendStats.StatisticInfo

public FriendStats.StatisticInfo(int steps,
                                 int calories,
                                 double distance,
                                 int activeScore)

FriendStats.StatisticInfo

public FriendStats.StatisticInfo(org.json.JSONObject statisticInfoJson)
                          throws org.json.JSONException
Throws:
org.json.JSONException
Method Detail

getSteps

public int getSteps()

setSteps

public void setSteps(int steps)

getCalories

public int getCalories()

setCalories

public void setCalories(int calories)

getDistance

public double getDistance()

setDistance

public void setDistance(double distance)

getActiveScore

public int getActiveScore()

setActiveScore

public void setActiveScore(int activeScore)


Copyright © 2012. All Rights Reserved.