com.fitbit.api.common.model.sleep
Class SleepSummary

java.lang.Object
  extended by com.fitbit.api.common.model.sleep.SleepSummary

public class SleepSummary
extends Object


Constructor Summary
SleepSummary()
           
SleepSummary(org.json.JSONObject json)
           
 
Method Summary
 void addSleepLog(SleepLog sleepLog)
           
 int getTotalMinutesAsleep()
           
 int getTotalSleepRecords()
           
 int getTotalTimeInBed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SleepSummary

public SleepSummary()

SleepSummary

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

addSleepLog

public void addSleepLog(SleepLog sleepLog)

getTotalSleepRecords

public int getTotalSleepRecords()

getTotalMinutesAsleep

public int getTotalMinutesAsleep()

getTotalTimeInBed

public int getTotalTimeInBed()


Copyright © 2012. All Rights Reserved.