Delta


class Delta
kotlin.Any
   ↳ android.health.connect.datatypes.SkinTemperatureRecord.Delta

Skin temperature delta entry of SkinTemperatureRecord.

Summary

Public constructors
Delta(delta: TemperatureDelta, time: Instant)

Skin temperature delta entry of SkinTemperatureRecord.

Public methods
Boolean
equals(other: Any?)

Indicates whether some other object is "equal to" this one.

TemperatureDelta

Instant

Int

Public constructors

Delta

Delta(
    delta: TemperatureDelta,
    time: Instant)

Skin temperature delta entry of SkinTemperatureRecord.

Parameters
delta TemperatureDelta: Temperature difference. This value cannot be null.
time Instant: The point in time when the measurement was taken. This value cannot be null.

Public methods

equals

fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Parameters
obj the reference object with which to compare.
object the reference object with which to compare. This value may be null.
Return
Boolean true if this object is the same as the object.

getDelta

fun getDelta(): TemperatureDelta
Return
TemperatureDelta delta of the skin temperature. This value cannot be null.

getTime

fun getTime(): Instant
Return
Instant time at which this measurement was recorded. This value cannot be null.

hashCode

fun hashCode(): Int
Return
Int a hash code value for the object.