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

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

public class GlucoseLog
extends Object

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


Constructor Summary
GlucoseLog(org.json.JSONObject jsonObject)
           
GlucoseLog(String tracker, double glucose, String time)
           
 
Method Summary
 double getGlucose()
           
 String getTime()
           
 String getTracker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlucoseLog

public GlucoseLog(String tracker,
                  double glucose,
                  String time)

GlucoseLog

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

getTracker

public String getTracker()

getGlucose

public double getGlucose()

getTime

public String getTime()


Copyright © 2012. All Rights Reserved.