public class CompleteMultipartUploadResult extends HeaderResponse
| 构造器和说明 |
|---|
CompleteMultipartUploadResult(String bucketName,
String objectKey,
String etag,
String location,
String versionId,
String objectUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
InputStream |
getCallbackResponseBody() |
String |
getEncodingType()
Get encoding type for objectKey in xml
|
String |
getEtag()
Obtain the ETag of the object involved in the multipart upload.
|
String |
getLocation()
Obtain the URI of the object after part combination.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
String |
getObjectUrl()
Obtain the full path to the object after part combination.
|
String |
getVersionId()
Obtain the version ID of the object after part combination.
|
void |
setCallbackResponseBody(InputStream callbackResponseBody) |
void |
setEncodingType(String encodingType)
Set encoding type for objectKey in xml
|
void |
setObjectKey(String objectKey) |
String |
toString() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic String getBucketName()
public String getObjectKey()
public String getEtag()
public String getLocation()
public String getVersionId()
public String getObjectUrl()
public void setObjectKey(String objectKey)
public void setEncodingType(String encodingType)
encodingType - encoding type for objectKeypublic String getEncodingType()
public InputStream getCallbackResponseBody()
public void setCallbackResponseBody(InputStream callbackResponseBody)
public String toString()
toString 在类中 HeaderResponseCopyright © 2024. All rights reserved.