com.fitbit.api.common.model.activities
Class ActivityGoals

java.lang.Object
  extended by com.fitbit.api.common.model.activities.ActivityGoals

public class ActivityGoals
extends Object


Constructor Summary
ActivityGoals()
           
ActivityGoals(org.json.JSONObject json)
           
 
Method Summary
 Integer getActiveScore()
           
 Integer getCaloriesOut()
           
 Double getDistance()
           
 Integer getFloors()
           
 Integer getSteps()
           
 boolean hasAnyValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityGoals

public ActivityGoals()

ActivityGoals

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

getCaloriesOut

public Integer getCaloriesOut()

getSteps

public Integer getSteps()

getDistance

public Double getDistance()

getActiveScore

public Integer getActiveScore()

getFloors

public Integer getFloors()

hasAnyValue

public boolean hasAnyValue()


Copyright © 2012. All Rights Reserved.