public interface DailyOxygenSaturationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAveragePercentage()
public abstract double getAveragePercentage()Required. The average value of the oxygen saturation samples during the sleep.
optional double average_percentage = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
double |
The averagePercentage. |
getDate()
public abstract Date getDate()Required. Date (in user's timezone) of the daily oxygen saturation record.
.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The date. |
getDateOrBuilder()
public abstract DateOrBuilder getDateOrBuilder()Required. Date (in user's timezone) of the daily oxygen saturation record.
.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getLowerBoundPercentage()
public abstract double getLowerBoundPercentage()Required. The lower bound of the confidence interval of oxygen saturation samples during sleep.
optional double lower_bound_percentage = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
double |
The lowerBoundPercentage. |
getStandardDeviationPercentage()
public abstract double getStandardDeviationPercentage()Optional. Standard deviation of the daily oxygen saturation averages from the past 7-30 days.
optional double standard_deviation_percentage = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The standardDeviationPercentage. |
getUpperBoundPercentage()
public abstract double getUpperBoundPercentage()Required. The upper bound of the confidence interval of oxygen saturation samples during sleep.
optional double upper_bound_percentage = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
double |
The upperBoundPercentage. |
hasAveragePercentage()
public abstract boolean hasAveragePercentage()Required. The average value of the oxygen saturation samples during the sleep.
optional double average_percentage = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the averagePercentage field is set. |
hasDate()
public abstract boolean hasDate()Required. Date (in user's timezone) of the daily oxygen saturation record.
.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the date field is set. |
hasLowerBoundPercentage()
public abstract boolean hasLowerBoundPercentage()Required. The lower bound of the confidence interval of oxygen saturation samples during sleep.
optional double lower_bound_percentage = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lowerBoundPercentage field is set. |
hasStandardDeviationPercentage()
public abstract boolean hasStandardDeviationPercentage()Optional. Standard deviation of the daily oxygen saturation averages from the past 7-30 days.
optional double standard_deviation_percentage = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the standardDeviationPercentage field is set. |
hasUpperBoundPercentage()
public abstract boolean hasUpperBoundPercentage()Required. The upper bound of the confidence interval of oxygen saturation samples during sleep.
optional double upper_bound_percentage = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the upperBoundPercentage field is set. |