类 CopyObjectResult
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.CopyObjectResult
Response to a request for copying an object
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明CopyObjectResult(String etag, Date lastModified, String versionId, String copySourceVersionId, StorageClassEnum storageClass) -
方法概要
从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
etag
-
lastModified
-
versionId
-
copySourceVersionId
-
storageClass
-
-
构造器详细资料
-
CopyObjectResult
public CopyObjectResult(String etag, Date lastModified, String versionId, String copySourceVersionId, StorageClassEnum storageClass)
-
-
方法详细资料
-
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
-
toString
- 覆盖:
toString在类中HeaderResponse
-