Class PolarTrainingSessionProgress
- 
                    
                    - All Implemented Interfaces:
 
 public final class PolarTrainingSessionProgressProgress information for training session fetching. 
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description private final LongtotalBytesprivate final LongcompletedBytesprivate final IntegerprogressPercentprivate final StringcurrentFileName
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description PolarTrainingSessionProgress(Long totalBytes, Long completedBytes, Integer progressPercent, String currentFileName)
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final LonggetTotalBytes()final LonggetCompletedBytes()final IntegergetProgressPercent()final StringgetCurrentFileName()- 
                    
                    
                    - 
                                
                            
                                Constructor Detail- 
                                        PolarTrainingSessionProgressPolarTrainingSessionProgress(Long totalBytes, Long completedBytes, Integer progressPercent, String currentFileName) - Parameters:
- totalBytes- Total size of all files to fetch in bytes
- completedBytes- Number of bytes fetched so far
- progressPercent- Progress as a percentage (0-100)
- currentFileName- Name of the file currently being fetched (optional)
 
 
- 
                                        
 - 
                                
                            
                                Method Detail- 
                                        getTotalBytesfinal Long getTotalBytes() 
 - 
                                        getCompletedBytesfinal Long getCompletedBytes() 
 - 
                                        getProgressPercentfinal Integer getProgressPercent() 
 - 
                                        getCurrentFileNamefinal String getCurrentFileName() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-