Package com.polar.sdk.api.model.activity
Class PolarPpiDataSample
-
- All Implemented Interfaces:
public final class PolarPpiDataSamplePolar 24/7 PPi data sample
-
-
Field Summary
Fields Modifier and Type Field Description private final LocalTimestartTimeprivate final PPiSampleTriggerTypetriggerTypeprivate final List<Integer>ppiValueListprivate final List<Integer>ppiErrorEstimateListprivate 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 LocalTimegetStartTime(), start time of the sample session final PPiSampleTriggerTypegetTriggerType(), 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
-
-
-
-