Interface BodyFatRollupValueOrBuilder (0.2.0)

public interface BodyFatRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBodyFatPercentageAvg()

public abstract double getBodyFatPercentageAvg()

Average body fat percentage.

optional double body_fat_percentage_avg = 1;

Returns
Type Description
double

The bodyFatPercentageAvg.

hasBodyFatPercentageAvg()

public abstract boolean hasBodyFatPercentageAvg()

Average body fat percentage.

optional double body_fat_percentage_avg = 1;

Returns
Type Description
boolean

Whether the bodyFatPercentageAvg field is set.