Package com.polar.sdk.api.model
Class PolarExerciseEntry
-
- All Implemented Interfaces:
public final class PolarExerciseEntryPolar exercise entry container.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringpathprivate final LocalDateTimedateprivate final Stringidentifier
-
Constructor Summary
Constructors Constructor Description PolarExerciseEntry(String path, LocalDateTime date, String identifier)
-
Method Summary
Modifier and Type Method Description final StringgetPath()Resource path in device. final LocalDateTimegetDate()Date object contains the date and time of the exercise. final StringgetIdentifier()unique identifier. -
-
Constructor Detail
-
PolarExerciseEntry
PolarExerciseEntry(String path, LocalDateTime date, String identifier)
-
-
Method Detail
-
getDate
final LocalDateTime getDate()
Date object contains the date and time of the exercise. Only valid with OH1 and Verity Sense.
-
getIdentifier
final String getIdentifier()
unique identifier. Only valid with H10
-
-
-
-