public interface RestingHeartRatePersonalRangeRollupValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBeatsPerMinuteMax()
public abstract double getBeatsPerMinuteMax()The upper bound of the user's daily resting heart rate personal range.
optional double beats_per_minute_max = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The beatsPerMinuteMax. |
getBeatsPerMinuteMin()
public abstract double getBeatsPerMinuteMin()The lower bound of the user's daily resting heart rate personal range.
optional double beats_per_minute_min = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The beatsPerMinuteMin. |
hasBeatsPerMinuteMax()
public abstract boolean hasBeatsPerMinuteMax()The upper bound of the user's daily resting heart rate personal range.
optional double beats_per_minute_max = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the beatsPerMinuteMax field is set. |
hasBeatsPerMinuteMin()
public abstract boolean hasBeatsPerMinuteMin()The lower bound of the user's daily resting heart rate personal range.
optional double beats_per_minute_min = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the beatsPerMinuteMin field is set. |