Uses of Class
org.bremersee.garmin.workout.v1.model.HeartRateValueT
Packages that use HeartRateValueT
-
Uses of HeartRateValueT in org.bremersee.garmin.workout.v1.model
Subclasses of HeartRateValueT in org.bremersee.garmin.workout.v1.modelModifier and TypeClassDescriptionclassJava class for HeartRateAsPercentOfMax_t complex type.classJava class for HeartRateInBeatsPerMinute_t complex type.Fields in org.bremersee.garmin.workout.v1.model declared as HeartRateValueTModifier and TypeFieldDescriptionprotected HeartRateValueTHeartRateAboveT.heartRateprotected HeartRateValueTHeartRateBelowT.heartRateprotected HeartRateValueTCustomHeartRateZoneT.highprotected HeartRateValueTCustomHeartRateZoneT.lowMethods in org.bremersee.garmin.workout.v1.model that return HeartRateValueTModifier and TypeMethodDescriptionHeartRateAboveT.getHeartRate()Gets the value of the heartRate property.HeartRateBelowT.getHeartRate()Gets the value of the heartRate property.CustomHeartRateZoneT.getHigh()Gets the value of the high property.CustomHeartRateZoneT.getLow()Gets the value of the low property.Methods in org.bremersee.garmin.workout.v1.model with parameters of type HeartRateValueTModifier and TypeMethodDescriptionvoidHeartRateAboveT.setHeartRate(HeartRateValueT value) Sets the value of the heartRate property.voidHeartRateBelowT.setHeartRate(HeartRateValueT value) Sets the value of the heartRate property.voidCustomHeartRateZoneT.setHigh(HeartRateValueT value) Sets the value of the high property.voidCustomHeartRateZoneT.setLow(HeartRateValueT value) Sets the value of the low property.