Interface DailyRespiratoryRateOrBuilder (0.2.0)

public interface DailyRespiratoryRateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBreathsPerMinute()

public abstract double getBreathsPerMinute()

Required. The average number of breaths taken per minute.

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

Returns
Type Description
double

The breathsPerMinute.

getDate()

public abstract Date getDate()

Required. The date on which the respiratory rate was measured.

.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. The date on which the respiratory rate was measured.

.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.DateOrBuilder

hasBreathsPerMinute()

public abstract boolean hasBreathsPerMinute()

Required. The average number of breaths taken per minute.

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

Returns
Type Description
boolean

Whether the breathsPerMinute field is set.

hasDate()

public abstract boolean hasDate()

Required. The date on which the respiratory rate was measured.

.google.type.Date date = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the date field is set.