TotalCaloriesBurnedRecord
public
final
class
TotalCaloriesBurnedRecord
extends IntervalRecord
java.lang.Object | |||
↳ | android.health.connect.datatypes.Record | ||
↳ | android.health.connect.datatypes.IntervalRecord | ||
↳ | android.health.connect.datatypes.TotalCaloriesBurnedRecord |
Total energy burned by the user in Energy
, including active & basal energy burned (BMR).
Each record represents the total kilocalories burned over a time interval.
Summary
Nested classes | |
---|---|
class |
TotalCaloriesBurnedRecord.Builder
Builder class for |
Fields | |
---|---|
public
static
final
AggregationType<Energy> |
ENERGY_TOTAL
Metric identifier to get total energy from total calories burned using aggregate APIs in
|
Public methods | |
---|---|
boolean
|
equals(Object object)
Indicates whether some other object is "equal to" this one. |
Energy
|
getEnergy()
|
int
|
hashCode()
Returns a hash code value for the object. |
Inherited methods | |
---|---|
Fields
ENERGY_TOTAL
public static final AggregationType<Energy> ENERGY_TOTAL
Metric identifier to get total energy from total calories burned using aggregate APIs in
HealthConnectManager
Public methods
equals
public boolean equals (Object object)
Indicates whether some other object is "equal to" this one.
Parameters | |
---|---|
object |
Object : the reference object with which to compare.
This value may be null . |
Returns | |
---|---|
boolean |
true if this object is the same as the object argument; false
otherwise. |
getEnergy
public Energy getEnergy ()
Returns | |
---|---|
Energy |
energy burned during this activity in Energy unit.
This value cannot be null . |
hashCode
public int hashCode ()
Returns a hash code value for the object.
Returns | |
---|---|
int |
a hash code value for this object. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-11 UTC.