public class CompleteMultipartUploadResult extends GenericResult implements CallbackResult
Constructor and Description |
---|
CompleteMultipartUploadResult() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Gets the bucket name of the target file of this multipart upload.
|
InputStream |
getCallbackResponseBody()
Deprecated.
|
String |
getETag()
Gets the ETag of the target file.
|
String |
getKey()
Gets the target file's key.
|
String |
getLocation()
Gets the url of the target file of this multipart upload.
|
String |
getVersionId()
Gets version id.
|
void |
setBucketName(String bucketName)
Sets the bucket name of the target file of this multipart upload.
|
void |
setCallbackResponseBody(InputStream callbackResponseBody)
Sets the callback response body.
|
void |
setETag(String etag)
Sets the ETag of the target file.
|
void |
setKey(String key)
Sets the target file's key.
|
void |
setLocation(String location)
Sets the url of the target file of this multipart upload.
|
void |
setVersionId(String versionId)
Sets version id.
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRC
public String getLocation()
public void setLocation(String location)
location
- The url of the target file of this multipart upload.public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- Bucket name.public String getKey()
public void setKey(String key)
key
- The target file's key.public String getETag()
public void setETag(String etag)
etag
- ETag of the target file.public String getVersionId()
public void setVersionId(String versionId)
versionId
- version id@Deprecated public InputStream getCallbackResponseBody()
getCallbackResponseBody
in interface CallbackResult
public void setCallbackResponseBody(InputStream callbackResponseBody)
setCallbackResponseBody
in interface CallbackResult
callbackResponseBody
- The callback response body.Copyright © 2024. All Rights Reserved.