public interface SedentaryPeriodRollupValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDurationSum()
public abstract Duration getDurationSum()The total time user spent sedentary during the interval.
.google.protobuf.Duration duration_sum = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The durationSum. |
getDurationSumOrBuilder()
public abstract DurationOrBuilder getDurationSumOrBuilder()The total time user spent sedentary during the interval.
.google.protobuf.Duration duration_sum = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasDurationSum()
public abstract boolean hasDurationSum()The total time user spent sedentary during the interval.
.google.protobuf.Duration duration_sum = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the durationSum field is set. |