|
||||||||||
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.CompleteMultipartUploadResponse
public class CompleteMultipartUploadResponse
The CompleteMultipartUploadResponse contains all the information about the CompleteMultipartUpload method.
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
CompleteMultipartUploadResponse()
|
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the completed multipart object. |
String |
getETag()
Returns the entity tag identifying the new object. |
String |
getKey()
Gets the key by which the newly created object is stored. |
String |
getLocation()
Returns the URL identifying the new multipart object. |
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the completed multipart object. |
void |
setETag(String eTag)
Sets the entity tag identifying the new object. |
void |
setKey(String key)
Sets the key of the newly created object. |
void |
setLocation(String location)
Sets the URL identifying the new multipart object. |
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 CompleteMultipartUploadResponse()
Method Detail |
---|
public String getLocation()
public void setLocation(String location)
location
- The URL identifying the new multipart object.public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- The name of the bucket containing the completed multipart object.public String getKey()
public void setKey(String key)
key
- the key of the newly created object.public String getETag()
public void setETag(String eTag)
eTag
- The entity tag.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |