类 InitiateMultipartUploadResult
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.InitiateMultipartUploadResult
Response to a request for initializing a multipart upload
-
字段概要
字段从类继承的字段 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.Obtain the name of the object involved in the multipart upload.Obtain the multipart upload ID.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
-
字段详细资料
-
uploadId
-
bucketName
-
objectKey
-
-
构造器详细资料
-
InitiateMultipartUploadResult
-
-
方法详细资料
-
getUploadId
Obtain the multipart upload ID.- 返回:
- Multipart upload ID
-
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
-
toString
- 覆盖:
toString在类中HeaderResponse
-