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

java.lang.Object
  extended by com.fitbit.api.common.model.bp.Bp

public class Bp
extends Object


Constructor Summary
Bp(org.json.JSONObject jsonObject)
           
Bp(List<BpLog> bp, BpSummary average)
           
 
Method Summary
 BpSummary getAverage()
           
 List<BpLog> getBp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bp

public Bp(List<BpLog> bp,
          BpSummary average)

Bp

public Bp(org.json.JSONObject jsonObject)
   throws org.json.JSONException
Throws:
org.json.JSONException
Method Detail

getBp

public List<BpLog> getBp()

getAverage

public BpSummary getAverage()


Copyright © 2012. All Rights Reserved.