public static interface MetricsSummary.TimeInHeartRateZonesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLightTime()
public abstract Duration getLightTime()Optional. Time spent in light heart rate zone.
.google.protobuf.Duration light_time = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Duration |
The lightTime. |
getLightTimeOrBuilder()
public abstract DurationOrBuilder getLightTimeOrBuilder()Optional. Time spent in light heart rate zone.
.google.protobuf.Duration light_time = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getModerateTime()
public abstract Duration getModerateTime()Optional. Time spent in moderate heart rate zone.
.google.protobuf.Duration moderate_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Duration |
The moderateTime. |
getModerateTimeOrBuilder()
public abstract DurationOrBuilder getModerateTimeOrBuilder()Optional. Time spent in moderate heart rate zone.
.google.protobuf.Duration moderate_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getPeakTime()
public abstract Duration getPeakTime()Optional. Time spent in peak heart rate zone.
.google.protobuf.Duration peak_time = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Duration |
The peakTime. |
getPeakTimeOrBuilder()
public abstract DurationOrBuilder getPeakTimeOrBuilder()Optional. Time spent in peak heart rate zone.
.google.protobuf.Duration peak_time = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getVigorousTime()
public abstract Duration getVigorousTime()Optional. Time spent in vigorous heart rate zone.
.google.protobuf.Duration vigorous_time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Duration |
The vigorousTime. |
getVigorousTimeOrBuilder()
public abstract DurationOrBuilder getVigorousTimeOrBuilder()Optional. Time spent in vigorous heart rate zone.
.google.protobuf.Duration vigorous_time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasLightTime()
public abstract boolean hasLightTime()Optional. Time spent in light heart rate zone.
.google.protobuf.Duration light_time = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lightTime field is set. |
hasModerateTime()
public abstract boolean hasModerateTime()Optional. Time spent in moderate heart rate zone.
.google.protobuf.Duration moderate_time = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the moderateTime field is set. |
hasPeakTime()
public abstract boolean hasPeakTime()Optional. Time spent in peak heart rate zone.
.google.protobuf.Duration peak_time = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the peakTime field is set. |
hasVigorousTime()
public abstract boolean hasVigorousTime()Optional. Time spent in vigorous heart rate zone.
.google.protobuf.Duration vigorous_time = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the vigorousTime field is set. |