类 CopyPartResult
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.CopyPartResult
Response to a request for copying a part
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
字段详细资料
-
partNumber
private int partNumber -
etag
-
lastModified
-
-
构造器详细资料
-
CopyPartResult
-
-
方法详细资料
-
getPartNumber
public int getPartNumber()Obtain the part number of the to-be-copied part.- 返回:
- Part number
-
getEtag
Obtain the ETag of the to-be-copied part.- 返回:
- ETag of the to-be-copied part
-
getLastModified
Obtain the last modification time of the to-be-copied part.- 返回:
- Last modification time of the to-be-copied part
-
toString
- 覆盖:
toString在类中HeaderResponse
-