类 CopyObjectResult
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.CopyObjectResult
-
字段概要
从类继承的字段 com.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明CopyObjectResult(String etag, Date lastModified, String versionId, String copySourceVersionId, StorageClassEnum storageClass, String crc64, String crc32c) -
方法概要
修饰符和类型方法说明Obtain the version ID of the source object.Obtain the crc32c of the destination object.getCRC64()Obtain the crc64 of the destination object.getEtag()Obtain the ETag of the destination object.Last modification time of the destination objectObtain the storage class of the destination object.Obtain the version ID of the destination object.toString()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
CopyObjectResult
-
-
方法详细资料
-
getEtag
Obtain the ETag of the destination object.- 返回:
- ETag value of the destination object
-
getLastModified
Last modification time of the destination object- 返回:
- Last modification time of the destination object
-
getVersionId
Obtain the version ID of the destination object.- 返回:
- Version ID of the object
-
getCopySourceVersionId
Obtain the version ID of the source object.- 返回:
- Version ID of the object
-
getObjectStorageClass
Obtain the storage class of the destination object.- 返回:
- Object storage class
-
getCRC64
Obtain the crc64 of the destination object.- 返回:
- crc64 value of the destination object
-
getCRC32C
Obtain the crc32c of the destination object.- 返回:
- crc32c value of the destination object
-
toString
- 覆盖:
toString在类中HeaderResponse
-