类 CopyObjectResult

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

public class CopyObjectResult extends HeaderResponse
Response to a request for copying an object
  • 构造器详细资料

  • 方法详细资料

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

      public String getCRC64()
      Obtain the crc64 of the destination object.
      返回:
      crc64 value of the destination object
    • getCRC32C

      public String getCRC32C()
      Obtain the crc32c of the destination object.
      返回:
      crc32c value of the destination object
    • toString

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