public interface HeartRateRollupValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBeatsPerMinuteAvg()
public abstract double getBeatsPerMinuteAvg()The average heart rate value in the interval.
optional double beats_per_minute_avg = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The beatsPerMinuteAvg. |
getBeatsPerMinuteMax()
public abstract double getBeatsPerMinuteMax()The maximum heart rate value in the interval.
optional double beats_per_minute_max = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The beatsPerMinuteMax. |
getBeatsPerMinuteMin()
public abstract double getBeatsPerMinuteMin()The minimum heart rate value in the interval.
optional double beats_per_minute_min = 3;
| Returns | |
|---|---|
| Type | Description |
double |
The beatsPerMinuteMin. |
hasBeatsPerMinuteAvg()
public abstract boolean hasBeatsPerMinuteAvg()The average heart rate value in the interval.
optional double beats_per_minute_avg = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the beatsPerMinuteAvg field is set. |
hasBeatsPerMinuteMax()
public abstract boolean hasBeatsPerMinuteMax()The maximum heart rate value in the interval.
optional double beats_per_minute_max = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the beatsPerMinuteMax field is set. |
hasBeatsPerMinuteMin()
public abstract boolean hasBeatsPerMinuteMin()The minimum heart rate value in the interval.
optional double beats_per_minute_min = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the beatsPerMinuteMin field is set. |