com.fitbit.api.common.model.bp
Class BpLog

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getDiastolic()
           
 long getLogId()
           
 int getSystolic()
           
 String getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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

getLogId

public long getLogId()

getSystolic

public int getSystolic()

getDiastolic

public int getDiastolic()

getTime

public String getTime()


Copyright © 2012. All Rights Reserved.