Package com.polar.sdk.api.model.activity
Class PolarPpiDataSample
-
- All Implemented Interfaces:
public final class PolarPpiDataSample
Polar 24/7 PPi data sample
-
-
Field Summary
Fields Modifier and Type Field Description private final LocalTime
startTime
private final PPiSampleTriggerType
triggerType
private final List<Integer>
ppiValueList
private final List<Integer>
ppiErrorEstimateList
private final List<PPiSampleStatus>
statusList
-
Constructor Summary
Constructors Constructor Description PolarPpiDataSample(LocalTime startTime, PPiSampleTriggerType triggerType, List<Integer> ppiValueList, List<Integer> ppiErrorEstimateList, List<PPiSampleStatus> statusList)
-
Method Summary
Modifier and Type Method Description final LocalTime
getStartTime()
, start time of the sample session final PPiSampleTriggerType
getTriggerType()
, describes how the measurement was triggered final List<Integer>
getPpiValueList()
, list of Peak-to-Peak interval values in the sample session final List<Integer>
getPpiErrorEstimateList()
, List of error estimate values in the sample session final List<PPiSampleStatus>
getStatusList()
, status values in the sample session -
-
Constructor Detail
-
PolarPpiDataSample
PolarPpiDataSample(LocalTime startTime, PPiSampleTriggerType triggerType, List<Integer> ppiValueList, List<Integer> ppiErrorEstimateList, List<PPiSampleStatus> statusList)
-
-
Method Detail
-
getStartTime
final LocalTime getStartTime()
, start time of the sample session
-
getTriggerType
final PPiSampleTriggerType getTriggerType()
, describes how the measurement was triggered
-
getPpiValueList
final List<Integer> getPpiValueList()
, list of Peak-to-Peak interval values in the sample session
-
getPpiErrorEstimateList
final List<Integer> getPpiErrorEstimateList()
, List of error estimate values in the sample session
-
getStatusList
final List<PPiSampleStatus> getStatusList()
, status values in the sample session
-
-
-
-