Interface SedentaryPeriodRollupValueOrBuilder (0.2.0)

public interface SedentaryPeriodRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.