com.fitbit.api.common.model.heart
Class HeartLog

java.lang.Object
  extended by 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


Constructor Summary
HeartLog(org.json.JSONObject jsonObject)
           
HeartLog(long logId, String tracker, int heartRate, String time)
           
 
Method Summary
 int getHeartRate()
           
 long getLogId()
           
 String getTime()
           
 String getTracker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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
Method Detail

getLogId

public long getLogId()

getTracker

public String getTracker()

getHeartRate

public int getHeartRate()

getTime

public String getTime()


Copyright © 2012. All Rights Reserved.