Package 

Class SpaceFetchDataDetails

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class SpaceFetchDataDetails
     implements Parcelable
                        

    Data model representing space fetch data details.

    Instances are typically immutable after construction. Use builders or factory methods where provided.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      SpaceFetchDataDetails(Long totalDataSize, Integer totalFileCount, Integer downloadedFileCount)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Long getTotalDataSize() Total size of the space data in bytes on disk.
      final Integer getTotalFileCount() Total number of files in the space data package.
      final Integer getDownloadedFileCount() Number of files that have been downloaded.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpaceFetchDataDetails

        SpaceFetchDataDetails(Long totalDataSize, Integer totalFileCount, Integer downloadedFileCount)
    • 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.