public interface ActiveEnergyBurnedRollupValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |