public interface HeartRateVariabilityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRootMeanSquareOfSuccessiveDifferencesMilliseconds()
public abstract double getRootMeanSquareOfSuccessiveDifferencesMilliseconds()Optional. The root mean square of successive differences between normal heartbeats. This is a measure of heart rate variability used by Google Health.
optional double root_mean_square_of_successive_differences_milliseconds = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The rootMeanSquareOfSuccessiveDifferencesMilliseconds. |
getSampleTime()
public abstract ObservationSampleTime getSampleTime()Required. The time of the heart rate variability measurement.
.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ObservationSampleTime |
The sampleTime. |
getSampleTimeOrBuilder()
public abstract ObservationSampleTimeOrBuilder getSampleTimeOrBuilder()Required. The time of the heart rate variability measurement.
.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ObservationSampleTimeOrBuilder |
|
getStandardDeviationMilliseconds()
public abstract double getStandardDeviationMilliseconds()Optional. The standard deviation of the heart rate variability measurement.
optional double standard_deviation_milliseconds = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
double |
The standardDeviationMilliseconds. |
hasRootMeanSquareOfSuccessiveDifferencesMilliseconds()
public abstract boolean hasRootMeanSquareOfSuccessiveDifferencesMilliseconds()Optional. The root mean square of successive differences between normal heartbeats. This is a measure of heart rate variability used by Google Health.
optional double root_mean_square_of_successive_differences_milliseconds = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rootMeanSquareOfSuccessiveDifferencesMilliseconds field is set. |
hasSampleTime()
public abstract boolean hasSampleTime()Required. The time of the heart rate variability measurement.
.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sampleTime field is set. |
hasStandardDeviationMilliseconds()
public abstract boolean hasStandardDeviationMilliseconds()Optional. The standard deviation of the heart rate variability measurement.
optional double standard_deviation_milliseconds = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the standardDeviationMilliseconds field is set. |