com.fitbit.api.common.model.heart
Class HeartLog
java.lang.Object
com.fitbit.api.common.model.heart.HeartLog
public class HeartLog
- extends Object
Created by IntelliJ IDEA.
User: Kiryl
Date: 12/2/11
Time: 1:52 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeartLog
public HeartLog(long logId,
String tracker,
int heartRate,
String time)
HeartLog
public HeartLog(org.json.JSONObject jsonObject)
throws org.json.JSONException
- Throws:
org.json.JSONException
getLogId
public long getLogId()
getTracker
public String getTracker()
getHeartRate
public int getHeartRate()
getTime
public String getTime()
Copyright © 2012. All Rights Reserved.