类 CompleteMultipartUploadResult
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.CompleteMultipartUploadResult
Response to a request for combining parts
-
字段概要
从类继承的字段 com.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()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
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
-
getCallbackResponseBody
-
setCallbackResponseBody
-
toString
- 覆盖:
toString在类中HeaderResponse
-