Package com.polar.sdk.api.model
Class PolarFirstTimeUseConfig
-
- All Implemented Interfaces:
public final class PolarFirstTimeUseConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
PolarFirstTimeUseConfig.Gender
public enum
PolarFirstTimeUseConfig.TypicalDay
public class
PolarFirstTimeUseConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static Float
HEIGHT_MIN
public final static Float
HEIGHT_MAX
public final static Float
WEIGHT_MIN
public final static Float
WEIGHT_MAX
public final static Integer
MAX_HEART_RATE_MIN
public final static Integer
MAX_HEART_RATE_MAX
public final static Integer
RESTING_HEART_RATE_MIN
public final static Integer
RESTING_HEART_RATE_MAX
public final static Integer
VO2_MAX_MIN
public final static Integer
VO2_MAX_MAX
public final static String
FTU_CONFIG_FILENAME
private final PolarFirstTimeUseConfig.Gender
gender
private final Date
birthDate
private final Float
height
private final Float
weight
private final Integer
maxHeartRate
private final Integer
vo2Max
private final Integer
restingHeartRate
private final Integer
trainingBackground
private final String
deviceTime
private final PolarFirstTimeUseConfig.TypicalDay
typicalDay
private final Integer
sleepGoalMinutes
public final static PolarFirstTimeUseConfig.Companion
Companion
-
Constructor Summary
Constructors Constructor Description PolarFirstTimeUseConfig(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.Gender
getGender()
final Date
getBirthDate()
final Float
getHeight()
final Float
getWeight()
final Integer
getMaxHeartRate()
final Integer
getVo2Max()
final Integer
getRestingHeartRate()
final Integer
getTrainingBackground()
final String
getDeviceTime()
final PolarFirstTimeUseConfig.TypicalDay
getTypicalDay()
final Integer
getSleepGoalMinutes()
-
-
Constructor Detail
-
PolarFirstTimeUseConfig
PolarFirstTimeUseConfig(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()
-
-
-
-