Package com.polar.sdk.api.model
Class PolarDiskSpaceData
-
- All Implemented Interfaces:
public final class PolarDiskSpaceDataDisk space data in bytes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPolarDiskSpaceData.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongtotalSpaceprivate final LongfreeSpacepublic final static PolarDiskSpaceData.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description PolarDiskSpaceData(Long totalSpace, Long freeSpace)
-
Method Summary
Modifier and Type Method Description final LonggetTotalSpace()final LonggetFreeSpace()-
-
Method Detail
-
getTotalSpace
final Long getTotalSpace()
-
getFreeSpace
final Long getFreeSpace()
-
-
-
-