|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceResponse
com.baidubce.services.bos.model.BosResponse
com.baidubce.services.bos.model.InitiateMultipartUploadResponse
public class InitiateMultipartUploadResponse
Contains the results of initiating a multipart upload, particularly the unique ID of the new multipart upload.
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
InitiateMultipartUploadResponse()
|
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the bucket in which the new multipart upload was initiated. |
String |
getKey()
Returns the object key for which the multipart upload was initiated. |
String |
getUploadId()
Returns the initiated multipart upload ID. |
void |
setBucketName(String bucketName)
Sets the name of the bucket in which the new multipart upload was initiated. |
void |
setKey(String key)
Sets the object key for which the multipart upload was initiated. |
void |
setUploadId(String uploadId)
Sets the initiated multipart upload ID. |
Methods inherited from class com.baidubce.services.bos.model.BosResponse |
---|
getMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitiateMultipartUploadResponse()
Method Detail |
---|
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- The name of the bucket in which the new multipart upload was initiated.public String getKey()
public void setKey(String key)
key
- The object key for which the multipart upload was initiated.public String getUploadId()
public void setUploadId(String uploadId)
uploadId
- The initiated multipart upload ID.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |