public class CompleteMultipartUploadRequest extends GenericRequest
| 构造器和说明 |
|---|
CompleteMultipartUploadRequest() |
CompleteMultipartUploadRequest(String bucketName,
String objectKey,
String uploadId,
List<PartEtag> partEtag)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
List<PartEtag> |
getPartEtag()
Obtain the to-be-combined part list.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
void |
setBucketName(String bucketName)
Set the name for the bucket to which the multipart upload belongs.
|
void |
setObjectKey(String objectKey)
Set the name for the object involved in the multipart upload.
|
void |
setPartEtag(List<PartEtag> partEtags)
Set the to-be-combined part list.
|
void |
setUploadId(String uploadId)
Set the multipart upload ID.
|
String |
toString() |
isRequesterPays, setRequesterPayspublic String getUploadId()
public void setUploadId(String uploadId)
uploadId - Multipart upload IDpublic String getBucketName()
public void setBucketName(String bucketName)
bucketName - Name of the bucket to which the multipart upload belongspublic String getObjectKey()
public void setObjectKey(String objectKey)
objectKey - Name of the object involved in the multipart uploadpublic List<PartEtag> getPartEtag()
public void setPartEtag(List<PartEtag> partEtags)
partEtags - List of parts to be combinedpublic String toString()
toString 在类中 GenericRequestCopyright © 2021. All rights reserved.