类 CopyPartResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.CopyPartResult

public class CopyPartResult extends HeaderResponse
Response to a request for copying a part
  • 构造器详细资料

    • CopyPartResult

      public CopyPartResult(int partNumber, String etag, Date lastModified, String crc64, String crc32c)
  • 方法详细资料

    • getPartNumber

      public int getPartNumber()
      Obtain the part number of the to-be-copied part.
      返回:
      Part number
    • getEtag

      public String getEtag()
      Obtain the ETag of the to-be-copied part.
      返回:
      ETag of the to-be-copied part
    • getCrc64

      public String getCrc64()
      Obtain the crc64 of the copied part.
      返回:
      crc64 of the copied part
    • getCRC32C

      public String getCRC32C()
      Obtain the crc32c of the copied part.
      返回:
      crc32c of the copied part
    • getLastModified

      public Date getLastModified()
      Obtain the last modification time of the to-be-copied part.
      返回:
      Last modification time of the to-be-copied part
    • toString

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