com.fitbit.api.common.model.timeseries
Class IntradayData
java.lang.Object
com.fitbit.api.common.model.timeseries.IntradayData
public class IntradayData
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntradayData
public IntradayData(String time,
double value)
IntradayData
public IntradayData(org.json.JSONObject json)
throws org.json.JSONException
- Throws:
org.json.JSONException
getTime
public String getTime()
getValue
public double getValue()
getLevel
public Integer getLevel()
jsonArrayToDataList
public static List<IntradayData> jsonArrayToDataList(org.json.JSONArray array)
throws org.json.JSONException
- Throws:
org.json.JSONException
Copyright © 2012. All Rights Reserved.