Interface CoreBodyTemperatureOrBuilder (0.2.0)

public interface CoreBodyTemperatureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

Optional. The unique identifier of the core body temperature measurement.

string id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Optional. The unique identifier of the core body temperature measurement.

string id = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for id.

getMeasurementLocation()

public abstract CoreBodyTemperature.MeasurementLocation getMeasurementLocation()

Optional. The location of the core body temperature measurement.

.google.devicesandservices.health.v4.CoreBodyTemperature.MeasurementLocation measurement_location = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CoreBodyTemperature.MeasurementLocation

The measurementLocation.

getMeasurementLocationValue()

public abstract int getMeasurementLocationValue()

Optional. The location of the core body temperature measurement.

.google.devicesandservices.health.v4.CoreBodyTemperature.MeasurementLocation measurement_location = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for measurementLocation.

getSampleTime()

public abstract ObservationSampleTime getSampleTime()

Required. The time at which core body temperature was measured.

.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ObservationSampleTime

The sampleTime.

getSampleTimeOrBuilder()

public abstract ObservationSampleTimeOrBuilder getSampleTimeOrBuilder()

Required. The time at which core body temperature was measured.

.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ObservationSampleTimeOrBuilder

getTemperatureCelsius()

public abstract double getTemperatureCelsius()

Required. The core body temperature in Celsius.

optional double temperature_celsius = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
double

The temperatureCelsius.

hasSampleTime()

public abstract boolean hasSampleTime()

Required. The time at which core body temperature was measured.

.google.devicesandservices.health.v4.ObservationSampleTime sample_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the sampleTime field is set.

hasTemperatureCelsius()

public abstract boolean hasTemperatureCelsius()

Required. The core body temperature in Celsius.

optional double temperature_celsius = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the temperatureCelsius field is set.