public static class Bucket.HeadObjectInput extends RequestInputModel
| 构造器和说明 |
|---|
HeadObjectInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getIfMatch() |
String |
getIfModifiedSince() |
String |
getIfNoneMatch() |
String |
getIfUnmodifiedSince() |
String |
getXQSEncryptionCustomerAlgorithm() |
String |
getXQSEncryptionCustomerKey() |
String |
getXQSEncryptionCustomerKeyMD5() |
void |
setIfMatch(String ifMatch) |
void |
setIfModifiedSince(String ifModifiedSince) |
void |
setIfNoneMatch(String ifNoneMatch) |
void |
setIfUnmodifiedSince(String ifUnmodifiedSince) |
void |
setXQSEncryptionCustomerAlgorithm(String xQSEncryptionCustomerAlgorithm) |
void |
setXQSEncryptionCustomerKey(String xQSEncryptionCustomerKey) |
void |
setXQSEncryptionCustomerKeyMD5(String xQSEncryptionCustomerKeyMD5) |
String |
validateParam() |
public void setIfMatch(String ifMatch)
public String getIfMatch()
public void setIfModifiedSince(String ifModifiedSince)
public String getIfModifiedSince()
public void setIfNoneMatch(String ifNoneMatch)
public String getIfNoneMatch()
public void setIfUnmodifiedSince(String ifUnmodifiedSince)
public String getIfUnmodifiedSince()
public void setXQSEncryptionCustomerAlgorithm(String xQSEncryptionCustomerAlgorithm)
public String getXQSEncryptionCustomerAlgorithm()
public void setXQSEncryptionCustomerKey(String xQSEncryptionCustomerKey)
public String getXQSEncryptionCustomerKey()
public void setXQSEncryptionCustomerKeyMD5(String xQSEncryptionCustomerKeyMD5)
public String getXQSEncryptionCustomerKeyMD5()
public String validateParam()
validateParam 在接口中 ParamValidatevalidateParam 在类中 RequestInputModelCopyright © 2018. All rights reserved.