com.fitbit.api.common.model.bp
Class BpLog
java.lang.Object
com.fitbit.api.common.model.bp.BpLog
public class BpLog
- extends Object
User: Dzmitry Krutko
Date: Oct 15, 2011
Time: 6:55:07 PM
|
Constructor Summary |
BpLog(org.json.JSONObject jsonObject)
|
BpLog(long logId,
int systolic,
int diastolic,
String time)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BpLog
public BpLog(long logId,
int systolic,
int diastolic,
String time)
BpLog
public BpLog(org.json.JSONObject jsonObject)
throws org.json.JSONException
- Throws:
org.json.JSONException
getLogId
public long getLogId()
getSystolic
public int getSystolic()
getDiastolic
public int getDiastolic()
getTime
public String getTime()
Copyright © 2012. All Rights Reserved.