public static interface ActiveMinutes.ActiveMinutesByActivityLevelOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActiveMinutes()
public abstract long getActiveMinutes()Required. Number of whole minutes spent in activity.
optional int64 active_minutes = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The activeMinutes. |
getActivityLevel()
public abstract ActiveMinutes.ActivityLevel getActivityLevel()Required. The level of activity.
.google.devicesandservices.health.v4.ActiveMinutes.ActivityLevel activity_level = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ActiveMinutes.ActivityLevel |
The activityLevel. |
getActivityLevelValue()
public abstract int getActivityLevelValue()Required. The level of activity.
.google.devicesandservices.health.v4.ActiveMinutes.ActivityLevel activity_level = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for activityLevel. |
hasActiveMinutes()
public abstract boolean hasActiveMinutes()Required. Number of whole minutes spent in activity.
optional int64 active_minutes = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the activeMinutes field is set. |