com.fitbit.api.common.model.body
Class Body
java.lang.Object
com.fitbit.api.common.model.body.Body
public class Body
- extends Object
|
Constructor Summary |
Body(double weight,
double fat,
double neck,
double bicep,
double forearm,
double chest,
double waist,
double hips,
double thigh,
double calf)
|
Body(org.json.JSONObject bodyJson)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Body
public Body(double weight,
double fat,
double neck,
double bicep,
double forearm,
double chest,
double waist,
double hips,
double thigh,
double calf)
Body
public Body(org.json.JSONObject bodyJson)
throws org.json.JSONException
- Throws:
org.json.JSONException
getWeight
public double getWeight()
getBmi
public double getBmi()
getFat
public double getFat()
getNeck
public double getNeck()
getBicep
public double getBicep()
getForearm
public double getForearm()
getChest
public double getChest()
getWaist
public double getWaist()
getHips
public double getHips()
getThigh
public double getThigh()
getCalf
public double getCalf()
Copyright © 2012. All Rights Reserved.