-
- All Implemented Interfaces:
public final class GroupFilesData.FolderData
-
-
Field Summary
Fields Modifier and Type Field Description private final LonggroupIdprivate final LongfolderIdprivate final LongfolderNameprivate final LongcreateTimeprivate final Longcreatorprivate final StringcreatorNameprivate final IntegertotalFileCount
-
Method Summary
Modifier and Type Method Description final LonggetGroupId()final LonggetFolderId()final LonggetFolderName()final LonggetCreateTime()final LonggetCreator()final StringgetCreatorName()final IntegergetTotalFileCount()-
-
Method Detail
-
getGroupId
final Long getGroupId()
-
getFolderId
final Long getFolderId()
-
getFolderName
final Long getFolderName()
-
getCreateTime
final Long getCreateTime()
-
getCreator
final Long getCreator()
-
getCreatorName
final String getCreatorName()
-
getTotalFileCount
final Integer getTotalFileCount()
-
-
-
-