-
- All Implemented Interfaces:
public final class GroupFileSystemInfoData
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerfileCountprivate final IntegerlimitCountprivate final LongusedSpaceprivate final LongtotalSpace
-
Constructor Summary
Constructors Constructor Description GroupFileSystemInfoData(Integer fileCount, Integer limitCount, Long usedSpace, Long totalSpace)
-
Method Summary
Modifier and Type Method Description final IntegergetFileCount()final IntegergetLimitCount()final LonggetUsedSpace()final LonggetTotalSpace()-
-
Method Detail
-
getFileCount
final Integer getFileCount()
-
getLimitCount
final Integer getLimitCount()
-
getUsedSpace
final Long getUsedSpace()
-
getTotalSpace
final Long getTotalSpace()
-
-
-
-