类 FileInfo

java.lang.Object
com.github.tobato.fastdfs.domain.fdfs.FileInfo

public class FileInfo extends Object
文件的基础信息
作者:
yuqih
  • 构造器详细资料

    • FileInfo

      public FileInfo()
    • FileInfo

      public FileInfo(String sourceIpAddr, long fileSize, long createTime, int crc32)
      参数:
      sourceIpAddr -
      fileSize -
      createTime -
      crc32 -
  • 方法详细资料

    • getSourceIpAddr

      public String getSourceIpAddr()
      返回:
      the sourceIpAddr
    • setSourceIpAddr

      public void setSourceIpAddr(String sourceIpAddr)
      参数:
      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

      public String toString()
      覆盖:
      toString 在类中 Object