类 CopyObjectResult


public class CopyObjectResult extends HeaderResponse
Response to a request for copying an object
  • 字段详细资料

    • etag

      private String etag
    • lastModified

      private Date lastModified
    • versionId

      private String versionId
    • copySourceVersionId

      private String copySourceVersionId
    • storageClass

      private StorageClassEnum storageClass
  • 构造器详细资料

  • 方法详细资料

    • getEtag

      public String getEtag()
      Obtain the ETag of the destination object.
      返回:
      ETag value of the destination object
    • getLastModified

      public Date getLastModified()
      Last modification time of the destination object
      返回:
      Last modification time of the destination object
    • getVersionId

      public String getVersionId()
      Obtain the version ID of the destination object.
      返回:
      Version ID of the object
    • getCopySourceVersionId

      public String getCopySourceVersionId()
      Obtain the version ID of the source object.
      返回:
      Version ID of the object
    • getObjectStorageClass

      public StorageClassEnum getObjectStorageClass()
      Obtain the storage class of the destination object.
      返回:
      Object storage class
    • toString

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