Interface ActiveEnergyBurnedRollupValueOrBuilder (0.2.0)

public interface ActiveEnergyBurnedRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKcalSum()

public abstract double getKcalSum()

Output only. Sum of the active energy burned in kilocalories.

optional double kcal_sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
double

The kcalSum.

hasKcalSum()

public abstract boolean hasKcalSum()

Output only. Sum of the active energy burned in kilocalories.

optional double kcal_sum = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the kcalSum field is set.