public static interface ActivityLevelRollupValue.ActivityLevelRollupByActivityLevelTypeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActivityLevelType()
public abstract ActivityLevel.ActivityLevelType getActivityLevelType()Activity level type.
.google.devicesandservices.health.v4.ActivityLevel.ActivityLevelType activity_level_type = 1;
| Returns | |
|---|---|
| Type | Description |
ActivityLevel.ActivityLevelType |
The activityLevelType. |
getActivityLevelTypeValue()
public abstract int getActivityLevelTypeValue()Activity level type.
.google.devicesandservices.health.v4.ActivityLevel.ActivityLevelType activity_level_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for activityLevelType. |
getTotalDuration()
public abstract Duration getTotalDuration()Total duration in the activity level type.
.google.protobuf.Duration total_duration = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The totalDuration. |
getTotalDurationOrBuilder()
public abstract DurationOrBuilder getTotalDurationOrBuilder()Total duration in the activity level type.
.google.protobuf.Duration total_duration = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasTotalDuration()
public abstract boolean hasTotalDuration()Total duration in the activity level type.
.google.protobuf.Duration total_duration = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the totalDuration field is set. |