Interface RunVO2MaxRollupValueOrBuilder (0.2.0)

public interface RunVO2MaxRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRateAvg()

public abstract double getRateAvg()

Average value of run VO2 max in the interval.

optional double rate_avg = 3;

Returns
Type Description
double

The rateAvg.

getRateMax()

public abstract double getRateMax()

Maximum value of run VO2 max in the interval.

optional double rate_max = 2;

Returns
Type Description
double

The rateMax.

getRateMin()

public abstract double getRateMin()

Minimum value of run VO2 max in the interval..

optional double rate_min = 1;

Returns
Type Description
double

The rateMin.

hasRateAvg()

public abstract boolean hasRateAvg()

Average value of run VO2 max in the interval.

optional double rate_avg = 3;

Returns
Type Description
boolean

Whether the rateAvg field is set.

hasRateMax()

public abstract boolean hasRateMax()

Maximum value of run VO2 max in the interval.

optional double rate_max = 2;

Returns
Type Description
boolean

Whether the rateMax field is set.

hasRateMin()

public abstract boolean hasRateMin()

Minimum value of run VO2 max in the interval..

optional double rate_min = 1;

Returns
Type Description
boolean

Whether the rateMin field is set.