public interface CoreBodyTemperatureRollupValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTemperatureCelsiusAvg()
public abstract double getTemperatureCelsiusAvg()Average core body temperature in Celsius.
optional double temperature_celsius_avg = 1;
| Returns | |
|---|---|
| Type | Description |
double |
The temperatureCelsiusAvg. |
getTemperatureCelsiusMax()
public abstract double getTemperatureCelsiusMax()Maximum core body temperature in Celsius.
optional double temperature_celsius_max = 2;
| Returns | |
|---|---|
| Type | Description |
double |
The temperatureCelsiusMax. |
getTemperatureCelsiusMin()
public abstract double getTemperatureCelsiusMin()Minimum core body temperature in Celsius.
optional double temperature_celsius_min = 3;
| Returns | |
|---|---|
| Type | Description |
double |
The temperatureCelsiusMin. |
hasTemperatureCelsiusAvg()
public abstract boolean hasTemperatureCelsiusAvg()Average core body temperature in Celsius.
optional double temperature_celsius_avg = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the temperatureCelsiusAvg field is set. |
hasTemperatureCelsiusMax()
public abstract boolean hasTemperatureCelsiusMax()Maximum core body temperature in Celsius.
optional double temperature_celsius_max = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the temperatureCelsiusMax field is set. |
hasTemperatureCelsiusMin()
public abstract boolean hasTemperatureCelsiusMin()Minimum core body temperature in Celsius.
optional double temperature_celsius_min = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the temperatureCelsiusMin field is set. |