Interface StepsRollupValueOrBuilder (0.2.0)

public interface StepsRollupValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCountSum()

public abstract long getCountSum()

Total number of steps in the interval.

optional int64 count_sum = 1;

Returns
Type Description
long

The countSum.

hasCountSum()

public abstract boolean hasCountSum()

Total number of steps in the interval.

optional int64 count_sum = 1;

Returns
Type Description
boolean

Whether the countSum field is set.