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 TotalCaloriesBurnedRecord 

Fields

public static final AggregationType<Energy> ENERGY_TOTAL

Metric identifier to get total energy from total calories burned using aggregate APIs in HealthConnectManager

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

Added in API level 34
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

Added in API level 34
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

Added in API level 34
public Energy getEnergy ()

Returns
Energy energy burned during this activity in Energy unit. This value cannot be null.

hashCode

Added in API level 34
public int hashCode ()

Returns a hash code value for the object.

Returns
int a hash code value for this object.