com.fitbit.api.common.model.body
Class Body

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getBicep()
           
 double getBmi()
           
 double getCalf()
           
 double getChest()
           
 double getFat()
           
 double getForearm()
           
 double getHips()
           
 double getNeck()
           
 double getThigh()
           
 double getWaist()
           
 double getWeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

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.