-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class SpaceFetchDataDetails implements Parcelable
Fetch details for space data package.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongtotalDataSizeprivate final IntegertotalFileCountprivate final IntegerdownloadedFileCount
-
Constructor Summary
Constructors Constructor Description SpaceFetchDataDetails(Long totalDataSize, Integer totalFileCount, Integer downloadedFileCount)
-
Method Summary
Modifier and Type Method Description final LonggetTotalDataSize()Total size of the space data in bytes on disk. final IntegergetTotalFileCount()Total number of files in the space data package. final IntegergetDownloadedFileCount()Number of files that have been downloaded. -
-
Method Detail
-
getTotalDataSize
final Long getTotalDataSize()
Total size of the space data in bytes on disk.
-
getTotalFileCount
final Integer getTotalFileCount()
Total number of files in the space data package.
-
getDownloadedFileCount
final Integer getDownloadedFileCount()
Number of files that have been downloaded.
-
-
-
-