Interface TotalCaloriesRollupValueOrBuilder (0.2.0)

public interface TotalCaloriesRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKcalSum()

public abstract double getKcalSum()

Sum of the total calories in kilocalories.

optional double kcal_sum = 1;

Returns
Type Description
double

The kcalSum.

hasKcalSum()

public abstract boolean hasKcalSum()

Sum of the total calories in kilocalories.

optional double kcal_sum = 1;

Returns
Type Description
boolean

Whether the kcalSum field is set.