-
public final class FileInfo文件信息
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringcountprivate final Stringsizeprivate final LongsizeByteprivate final IntegerfolderCountprivate final IntegerplayLongprivate final IntegershowPlayLongprivate final Stringptimeprivate final Stringutimeprivate final StringfileNameprivate final StringpickCodeprivate final Stringsha1private final StringfileIdprivate final StringisMarkprivate final LongopenTimeprivate final StringfileCategoryprivate final List<Path>paths
-
Constructor Summary
Constructors Constructor Description FileInfo(String count, String size, Long sizeByte, Integer folderCount, Integer playLong, Integer showPlayLong, String ptime, String utime, String fileName, String pickCode, String sha1, String fileId, String isMark, Long openTime, String fileCategory, List<Path> paths)
-
Method Summary
Modifier and Type Method Description final StringgetCount()final StringgetSize()final LonggetSizeByte()final IntegergetFolderCount()final IntegergetPlayLong()final IntegergetShowPlayLong()final StringgetPtime()final StringgetUtime()final StringgetFileName()final StringgetPickCode()final StringgetSha1()final StringgetFileId()final StringgetIsMark()final LonggetOpenTime()final StringgetFileCategory()final List<Path>getPaths()-
-
Method Detail
-
getSizeByte
final Long getSizeByte()
-
getFolderCount
final Integer getFolderCount()
-
getPlayLong
final Integer getPlayLong()
-
getShowPlayLong
final Integer getShowPlayLong()
-
getFileName
final String getFileName()
-
getPickCode
final String getPickCode()
-
getOpenTime
final Long getOpenTime()
-
getFileCategory
final String getFileCategory()
-
-
-
-