public interface ActiveZoneMinutesRollupValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSumInCardioHeartZone()
public abstract long getSumInCardioHeartZone() Active zone minutes in HeartRateZone.CARDIO.
optional int64 sum_in_cardio_heart_zone = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The sumInCardioHeartZone. |
getSumInFatBurnHeartZone()
public abstract long getSumInFatBurnHeartZone() Active zone minutes in HeartRateZone.FAT_BURN.
optional int64 sum_in_fat_burn_heart_zone = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The sumInFatBurnHeartZone. |
getSumInPeakHeartZone()
public abstract long getSumInPeakHeartZone() Active zone minutes in HeartRateZone.PEAK.
optional int64 sum_in_peak_heart_zone = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The sumInPeakHeartZone. |
hasSumInCardioHeartZone()
public abstract boolean hasSumInCardioHeartZone() Active zone minutes in HeartRateZone.CARDIO.
optional int64 sum_in_cardio_heart_zone = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sumInCardioHeartZone field is set. |
hasSumInFatBurnHeartZone()
public abstract boolean hasSumInFatBurnHeartZone() Active zone minutes in HeartRateZone.FAT_BURN.
optional int64 sum_in_fat_burn_heart_zone = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sumInFatBurnHeartZone field is set. |
hasSumInPeakHeartZone()
public abstract boolean hasSumInPeakHeartZone() Active zone minutes in HeartRateZone.PEAK.
optional int64 sum_in_peak_heart_zone = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sumInPeakHeartZone field is set. |