类 CompleteMultipartUploadResult
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.CompleteMultipartUploadResult
Response to a request for combining parts
-
字段概要
字段修饰符和类型字段说明private Stringprivate InputStreamprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate String从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Obtain the name of the bucket to which the multipart upload belongs.Get encoding type for objectKey in xmlgetEtag()Obtain the ETag of the object involved in the multipart upload.Obtain the URI of the object after part combination.Obtain the name of the object involved in the multipart upload.Obtain the full path to the object after part combination.Obtain the version ID of the object after part combination.voidsetCallbackResponseBody(InputStream callbackResponseBody) voidsetEncodingType(String encodingType) Set encoding type for objectKey in xmlvoidsetObjectKey(String objectKey) toString()从类继承的方法 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
-
字段详细资料
-
bucketName
-
objectKey
-
etag
-
location
-
versionId
-
objectUrl
-
encodingType
-
callbackResponseBody
-
-
构造器详细资料
-
CompleteMultipartUploadResult
-
-
方法详细资料
-
getBucketName
Obtain the name of the bucket to which the multipart upload belongs.- 返回:
- Name of the bucket to which the multipart upload belongs
-
getObjectKey
Obtain the name of the object involved in the multipart upload.- 返回:
- Name of the object involved in the multipart upload
-
getEtag
Obtain the ETag of the object involved in the multipart upload.- 返回:
- ETag of the object involved in the multipart upload
-
getLocation
Obtain the URI of the object after part combination.- 返回:
- URI of the object obtained after part combination
-
getVersionId
Obtain the version ID of the object after part combination.- 返回:
- Version ID of the object after part combination
-
getObjectUrl
Obtain the full path to the object after part combination.- 返回:
- Full path to the object
-
setObjectKey
-
setEncodingType
Set encoding type for objectKey in xml- 参数:
encodingType- encoding type for objectKey
-
getEncodingType
Get encoding type for objectKey in xml- 返回:
- encodingType
-
getCallbackResponseBody
-
setCallbackResponseBody
-
toString
- 覆盖:
toString在类中HeaderResponse
-