public class CompleteMultipartUploadResponse extends BosResponse
BosResponse.Callbackmetadata| Constructor and Description |
|---|
CompleteMultipartUploadResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getCallback, getMetadata, setCallbackpublic 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.Copyright © 2024. All rights reserved.