public class CompleteMultipartUploadResult extends GenericResult implements CallbackResult
构造器和说明 |
---|
CompleteMultipartUploadResult() |
限定符和类型 | 方法和说明 |
---|---|
String |
getBucketName()
Gets the bucket name of the target file of this multipart upload.
|
InputStream |
getCallbackResponseBody()
已过时。
|
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
- @Deprecated public InputStream getCallbackResponseBody()
getCallbackResponseBody
在接口中 CallbackResult
public void setCallbackResponseBody(InputStream callbackResponseBody)
setCallbackResponseBody
在接口中 CallbackResult
callbackResponseBody
- The callback response body.Copyright © 2019. All Rights Reserved.