Interface RespiratoryRateSleepSummary.RespiratoryRateSleepSummaryStatisticsOrBuilder (0.2.0)

public static interface RespiratoryRateSleepSummary.RespiratoryRateSleepSummaryStatisticsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreathsPerMinute()

public abstract double getBreathsPerMinute()

Required. Average breaths per minute.

optional double breaths_per_minute = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
double

The breathsPerMinute.

getSignalToNoise()

public abstract double getSignalToNoise()

Optional. How trustworthy the data is for the computation.

optional double signal_to_noise = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The signalToNoise.

getStandardDeviation()

public abstract double getStandardDeviation()

Optional. Standard deviation of the respiratory rate during sleep.

optional double standard_deviation = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The standardDeviation.

hasBreathsPerMinute()

public abstract boolean hasBreathsPerMinute()

Required. Average breaths per minute.

optional double breaths_per_minute = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the breathsPerMinute field is set.

hasSignalToNoise()

public abstract boolean hasSignalToNoise()

Optional. How trustworthy the data is for the computation.

optional double signal_to_noise = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the signalToNoise field is set.

hasStandardDeviation()

public abstract boolean hasStandardDeviation()

Optional. Standard deviation of the respiratory rate during sleep.

optional double standard_deviation = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the standardDeviation field is set.