public class ObjectMetadata extends Object implements ServerSideEncryptionResult
| 构造器和说明 |
|---|
ObjectMetadata() |
public boolean containsUserMeta(String key)
public Date getLastModified()
public void setLastModified(Date lastModified)
lastModified - public long getContentLength()
public long getInstanceLength()
public void setContentLength(long contentLength)
public String getContentType()
public void setContentType(String contentType)
public String getContentEncoding()
public void setContentEncoding(String encoding)
public String getCacheControl()
public void setCacheControl(String cacheControl)
public String getContentMD5()
public void setContentMD5(String md5Base64)
public String getCrc64Ecma()
public void setCrc64Ecma(String crc64)
public String getContentDisposition()
public void setContentDisposition(String disposition)
public String getETag()
public void setHttpExpiresDate(Date httpExpiresDate)
public Date getHttpExpiresDate()
public String getSseAlgorithm()
ServerSideEncryptionResultgetSseAlgorithm 在接口中 ServerSideEncryptionResultpublic void setSseAlgorithm(String value)
ServerSideEncryptionResultsetSseAlgorithm 在接口中 ServerSideEncryptionResultpublic String getSseKMSKeyId()
ServerSideEncryptionResultgetSseKMSKeyId 在接口中 ServerSideEncryptionResultpublic void setSseKMSKeyId(String value)
ServerSideEncryptionResultsetSseKMSKeyId 在接口中 ServerSideEncryptionResultpublic String getSseCustomerAlgorithm()
ServerSideEncryptionResultpublic void setSseCustomerAlgorithm(String value)
public String getSseCustomerKeyMD5()
ServerSideEncryptionResultpublic void setSseCustomerKeyMD5(String value)
public String getStorageClass()
public Long getNextAppendPosition()
public String getObjectType()
Copyright © 2024. All rights reserved.