public class CopyPartResult extends HeaderResponse
Response to a request for copying a part
  • 字段详细资料

    • partNumber

      private int partNumber
    • etag

      private String etag
    • lastModified

      private Date lastModified
  • 构造器详细资料

    • CopyPartResult

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

    • 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
    • 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