Package com.polar.sdk.api.model
Class PolarOfflineRecordingResult.Progress
-
- All Implemented Interfaces:
public final class PolarOfflineRecordingResult.Progress extends PolarOfflineRecordingResult
Progress update during download.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongbytesDownloadedprivate final LongtotalBytesprivate final IntegerprogressPercent
-
Constructor Summary
Constructors Constructor Description PolarOfflineRecordingResult.Progress(Long bytesDownloaded, Long totalBytes, Integer progressPercent)
-
Method Summary
Modifier and Type Method Description final LonggetBytesDownloaded()Number of bytes downloaded so far final LonggetTotalBytes()Total size of the recording in bytes final IntegergetProgressPercent()Progress as percentage (0-100) -
-
Method Detail
-
getBytesDownloaded
final Long getBytesDownloaded()
Number of bytes downloaded so far
-
getTotalBytes
final Long getTotalBytes()
Total size of the recording in bytes
-
getProgressPercent
final Integer getProgressPercent()
Progress as percentage (0-100)
-
-
-
-