com.fitbit.api.common.model.devices
Class ScaleMeasurementLog
java.lang.Object
com.fitbit.api.common.model.devices.ScaleMeasurementLog
public class ScaleMeasurementLog
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScaleMeasurementLog
public ScaleMeasurementLog(Long logId,
Double fat,
Double weight,
org.joda.time.LocalDate date,
org.joda.time.LocalTime time,
String userId,
String scaleUserName)
ScaleMeasurementLog
public ScaleMeasurementLog(org.json.JSONObject jsonObject)
throws org.json.JSONException
- Throws:
org.json.JSONException
jsonArrayToMeasurementLogList
public static List<ScaleMeasurementLog> jsonArrayToMeasurementLogList(org.json.JSONArray array)
throws org.json.JSONException
- Throws:
org.json.JSONException
getLogId
public Long getLogId()
getFat
public Double getFat()
getWeight
public Double getWeight()
getDate
public org.joda.time.LocalDate getDate()
getTime
public org.joda.time.LocalTime getTime()
getUserId
public String getUserId()
getScaleUserName
public String getScaleUserName()
Copyright © 2012. All Rights Reserved.