Package com.polar.sdk.api.model.activity
        Class PolarPpiDataSample
- 
                    
                    - All Implemented Interfaces:
 
 public final class PolarPpiDataSamplePolar 24/7 PPi data sample 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final LocalTimestartTimeprivate final PPiSampleTriggerTypetriggerTypeprivate final List<Integer>ppiValueListprivate final List<Integer>ppiErrorEstimateListprivate final List<PPiSampleStatus>statusList
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PolarPpiDataSample(LocalTime startTime, PPiSampleTriggerType triggerType, List<Integer> ppiValueList, List<Integer> ppiErrorEstimateList, List<PPiSampleStatus> statusList)
 - 
                                
                            
                                Method SummaryModifier 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- 
                                        PolarPpiDataSamplePolarPpiDataSample(LocalTime startTime, PPiSampleTriggerType triggerType, List<Integer> ppiValueList, List<Integer> ppiErrorEstimateList, List<PPiSampleStatus> statusList) 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getStartTimefinal LocalTime getStartTime() , start time of the sample session 
 - 
                                        getTriggerTypefinal PPiSampleTriggerType getTriggerType() , describes how the measurement was triggered 
 - 
                                        getPpiValueListfinal List<Integer> getPpiValueList() , list of Peak-to-Peak interval values in the sample session 
 - 
                                        getPpiErrorEstimateListfinal List<Integer> getPpiErrorEstimateList() , List of error estimate values in the sample session 
 - 
                                        getStatusListfinal List<PPiSampleStatus> getStatusList() , status values in the sample session 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-