类 FileInfo
java.lang.Object
com.github.tobato.fastdfs.domain.fdfs.FileInfo
文件的基础信息
- 作者:
- yuqih
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intgetCrc32()longlongvoidsetCrc32(int crc32) voidsetCreateTime(long createTime) voidsetFileSize(long fileSize) voidsetSourceIpAddr(String sourceIpAddr) toString()
-
构造器详细资料
-
FileInfo
public FileInfo() -
FileInfo
- 参数:
sourceIpAddr-fileSize-createTime-crc32-
-
-
方法详细资料
-
getSourceIpAddr
- 返回:
- the sourceIpAddr
-
setSourceIpAddr
- 参数:
sourceIpAddr- the sourceIpAddr to set
-
getFileSize
public long getFileSize()- 返回:
- the size
-
setFileSize
public void setFileSize(long fileSize) - 参数:
fileSize- the size to set
-
getCreateTime
public long getCreateTime()- 返回:
- the createTime
-
setCreateTime
public void setCreateTime(long createTime) - 参数:
createTime- the createTime to set
-
getCrc32
public int getCrc32()- 返回:
- the crc32
-
setCrc32
public void setCrc32(int crc32) - 参数:
crc32- the crc32 to set
-
toString
-