Package com.polar.sdk.api.model.activity
Class PolarCaloriesData
-
- All Implemented Interfaces:
public final class PolarCaloriesData
Activity calories data for a given date. Includes the calories value based on the requested type (e.g., activity, training, or BMR).
-
-
Constructor Summary
Constructors Constructor Description PolarCaloriesData(Date date, Integer calories)
-
Method Summary
Modifier and Type Method Description final Date
getDate()
final Integer
getCalories()
-