public class CompleteMultipartUploadResult extends SSEResultBase implements Serializable, ObjectExpirationResult
| 构造器和说明 |
|---|
CompleteMultipartUploadResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Returns the name of the bucket containing the completed multipart object.
|
CIUploadResult |
getCiUploadResult() |
String |
getCrc64Ecma() |
String |
getDateStr()
get date header for this upload
|
String |
getETag()
Returns the entity tag identifying the new object.
|
Date |
getExpirationTime()
Returns the expiration time for this object, or null if it doesn't expire.
|
String |
getExpirationTimeRuleId()
Returns the
BucketLifecycleConfiguration rule ID for this object's expiration, or
null if it doesn't expire. |
String |
getKey()
Gets the key by which the newly created object is stored.
|
String |
getLocation()
Returns the URL identifying the new multipart object.
|
String |
getRequestId()
get requestid for this upload
|
String |
getVersionId()
Returns the version ID of the new object, only present if versioning has been enabled for the
bucket.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the completed multipart object.
|
void |
setCiUploadResult(CIUploadResult ciUploadResult) |
void |
setCrc64Ecma(String crc64Ecma) |
void |
setDateStr(String dateStr)
set date str for this upload
|
void |
setETag(String etag)
Sets the entity tag identifying the new object.
|
void |
setExpirationTime(Date expirationTime)
Sets the expiration time for the object.
|
void |
setExpirationTimeRuleId(String expirationTimeRuleId)
Sets the
BucketLifecycleConfiguration rule ID for this object's expiration |
void |
setKey(String key)
Sets the key of the newly created object.
|
void |
setLocation(String location)
Sets the URL identifying the new multipart object.
|
void |
setRequestId(String requestId)
set requestId for this upload
|
void |
setVersionId(String versionId)
Sets the version ID of the new object, only present if versioning has been enabled for the
bucket.
|
getServerSideEncryption, getSSEAlgorithm, getSSECustomerAlgorithm, getSSECustomerKeyMd5, setSSEAlgorithm, setSSECustomerAlgorithm, setSSECustomerKeyMd5public String getRequestId()
public void setRequestId(String requestId)
requestId - the requestId for the uploadpublic String getDateStr()
public void setDateStr(String dateStr)
dateStr - date str headerpublic 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)
public String getETag()
public void setETag(String etag)
etag - The entity tag.public String getVersionId()
public void setVersionId(String versionId)
versionId - The version ID of the new object, only present if versioning has been
enabled for the bucket.public Date getExpirationTime()
getExpirationTime 在接口中 ObjectExpirationResultpublic void setExpirationTime(Date expirationTime)
setExpirationTime 在接口中 ObjectExpirationResultexpirationTime - The expiration time for the object.public String getExpirationTimeRuleId()
BucketLifecycleConfiguration rule ID for this object's expiration, or
null if it doesn't expire.getExpirationTimeRuleId 在接口中 ObjectExpirationResultRule#getId()public void setExpirationTimeRuleId(String expirationTimeRuleId)
BucketLifecycleConfiguration rule ID for this object's expirationsetExpirationTimeRuleId 在接口中 ObjectExpirationResultexpirationTimeRuleId - The rule ID for this object's expirationpublic String getCrc64Ecma()
public void setCrc64Ecma(String crc64Ecma)
public CIUploadResult getCiUploadResult()
public void setCiUploadResult(CIUploadResult ciUploadResult)
Copyright © 2022. All rights reserved.