com.fitbit.api.common.model.glucose
Class Glucose

java.lang.Object
  extended by com.fitbit.api.common.model.glucose.Glucose

public class Glucose
extends Object

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


Constructor Summary
Glucose(org.json.JSONObject jsonObject)
           
Glucose(List<GlucoseLog> glucoseLog, Double hba1c)
           
 
Method Summary
 List<GlucoseLog> getGlucoseLog()
           
 Double getHba1c()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Glucose

public Glucose(List<GlucoseLog> glucoseLog,
               Double hba1c)

Glucose

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

getGlucoseLog

public List<GlucoseLog> getGlucoseLog()

getHba1c

public Double getHba1c()


Copyright © 2012. All Rights Reserved.