Stay organized with collections
Save and categorize content based on your preferences.
Vo2MaxRecord
class Vo2MaxRecord : InstantRecord
Capture user's VO2 max score and optionally the measurement method.
Summary
Nested classes |
|
Builder class for Vo2MaxRecord
|
|
Identifier for V02 max measurement method
|
Public methods |
Boolean |
Indicates whether some other object is "equal to" this one.
|
Int |
|
Double |
|
Int |
Returns a hash code value for the object.
|
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 . |
o |
the reference object with which to compare. |
Return |
Boolean |
true if this object is the same as the obj |
getMeasurementMethod
fun getMeasurementMethod(): Int
getVo2MillilitersPerMinuteKilogram
fun getVo2MillilitersPerMinuteKilogram(): Double
Return |
Double |
vo2MillilitersPerMinuteKilogram |
hashCode
fun hashCode(): Int
Returns a hash code value for the object.
Return |
Int |
a hash code value for this object. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.