Package com.polar.sdk.api.model
Class PolarPhysicalConfiguration
-
- All Implemented Interfaces:
public final class PolarPhysicalConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final PolarFirstTimeUseConfig.Gendergenderprivate final DatebirthDateprivate final Floatheightprivate final Floatweightprivate final IntegermaxHeartRateprivate final Integervo2Maxprivate final IntegerrestingHeartRateprivate final IntegertrainingBackgroundprivate final StringdeviceTimeprivate final PolarFirstTimeUseConfig.TypicalDaytypicalDayprivate final IntegersleepGoalMinutes
-
Constructor Summary
Constructors Constructor Description PolarPhysicalConfiguration(PolarFirstTimeUseConfig.Gender gender, Date birthDate, Float height, Float weight, Integer maxHeartRate, Integer vo2Max, Integer restingHeartRate, Integer trainingBackground, String deviceTime, PolarFirstTimeUseConfig.TypicalDay typicalDay, Integer sleepGoalMinutes)
-
Method Summary
Modifier and Type Method Description final PolarFirstTimeUseConfig.GendergetGender()final DategetBirthDate()final FloatgetHeight()final FloatgetWeight()final IntegergetMaxHeartRate()final IntegergetVo2Max()final IntegergetRestingHeartRate()final IntegergetTrainingBackground()final StringgetDeviceTime()final PolarFirstTimeUseConfig.TypicalDaygetTypicalDay()final IntegergetSleepGoalMinutes()-
-
Constructor Detail
-
PolarPhysicalConfiguration
PolarPhysicalConfiguration(PolarFirstTimeUseConfig.Gender gender, Date birthDate, Float height, Float weight, Integer maxHeartRate, Integer vo2Max, Integer restingHeartRate, Integer trainingBackground, String deviceTime, PolarFirstTimeUseConfig.TypicalDay typicalDay, Integer sleepGoalMinutes)
-
-
Method Detail
-
getGender
final PolarFirstTimeUseConfig.Gender getGender()
-
getBirthDate
final Date getBirthDate()
-
getMaxHeartRate
final Integer getMaxHeartRate()
-
getRestingHeartRate
final Integer getRestingHeartRate()
-
getTrainingBackground
final Integer getTrainingBackground()
-
getDeviceTime
final String getDeviceTime()
-
getTypicalDay
final PolarFirstTimeUseConfig.TypicalDay getTypicalDay()
-
getSleepGoalMinutes
final Integer getSleepGoalMinutes()
-
-
-
-