Class GroupFilesResp.Files
-
- All Implemented Interfaces:
public final class GroupFilesResp.Files群文件
-
-
Field Summary
Fields Modifier and Type Field Description private StringfileIdprivate StringfileNameprivate Integerbusidprivate LongfileSizeprivate LonguploadTimeprivate LongdeadTimeprivate LongmodifyTimeprivate IntegerdownloadTimesprivate Longuploaderprivate StringuploaderNameprivate Stringmd5private Stringsha1private Stringsha3
-
Constructor Summary
Constructors Constructor Description GroupFilesResp.Files()
-
Method Summary
Modifier and Type Method Description final StringgetFileId()final UnitsetFileId(String fileId)final StringgetFileName()final UnitsetFileName(String fileName)final IntegergetBusid()final UnitsetBusid(Integer busid)final LonggetFileSize()final UnitsetFileSize(Long fileSize)final LonggetUploadTime()final UnitsetUploadTime(Long uploadTime)final LonggetDeadTime()final UnitsetDeadTime(Long deadTime)final LonggetModifyTime()final UnitsetModifyTime(Long modifyTime)final IntegergetDownloadTimes()final UnitsetDownloadTimes(Integer downloadTimes)final LonggetUploader()final UnitsetUploader(Long uploader)final StringgetUploaderName()final UnitsetUploaderName(String uploaderName)final StringgetMd5()final UnitsetMd5(String md5)final StringgetSha1()final UnitsetSha1(String sha1)final StringgetSha3()final UnitsetSha3(String sha3)-
-
Method Detail
-
getFileName
final String getFileName()
-
setFileName
final Unit setFileName(String fileName)
-
getFileSize
final Long getFileSize()
-
setFileSize
final Unit setFileSize(Long fileSize)
-
getUploadTime
final Long getUploadTime()
-
setUploadTime
final Unit setUploadTime(Long uploadTime)
-
getDeadTime
final Long getDeadTime()
-
setDeadTime
final Unit setDeadTime(Long deadTime)
-
getModifyTime
final Long getModifyTime()
-
setModifyTime
final Unit setModifyTime(Long modifyTime)
-
getDownloadTimes
final Integer getDownloadTimes()
-
setDownloadTimes
final Unit setDownloadTimes(Integer downloadTimes)
-
getUploader
final Long getUploader()
-
setUploader
final Unit setUploader(Long uploader)
-
getUploaderName
final String getUploaderName()
-
setUploaderName
final Unit setUploaderName(String uploaderName)
-
-
-
-