public static class GetObjectRequest.GetObjectRequestHeader
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetObjectRequestHeader() |
@NameInMap(value="response-content-type") public String responseContentType
@NameInMap(value="response-content-language") public String responseContentLanguage
@NameInMap(value="response-expires") public String responseExpires
@NameInMap(value="response-cache-control") public String responseCacheControl
@NameInMap(value="response-content-disposition") public String responseContentDisposition
@NameInMap(value="response-content-encoding") public String responseContentEncoding
@NameInMap(value="Range") public String range
@NameInMap(value="If-Modified-Since") public String ifModifiedSince
@NameInMap(value="If-Unmodified-Since") public String ifUnmodifiedSince
@NameInMap(value="If-Match") public String ifMatch
@NameInMap(value="If-None-Match") public String ifNoneMatch
@NameInMap(value="Accept-Encoding") public String acceptEncoding
public static GetObjectRequest.GetObjectRequestHeader build(Map<String,?> map) throws Exception
Exceptionpublic GetObjectRequest.GetObjectRequestHeader setResponseContentType(String responseContentType)
public String getResponseContentType()
public GetObjectRequest.GetObjectRequestHeader setResponseContentLanguage(String responseContentLanguage)
public String getResponseContentLanguage()
public GetObjectRequest.GetObjectRequestHeader setResponseExpires(String responseExpires)
public String getResponseExpires()
public GetObjectRequest.GetObjectRequestHeader setResponseCacheControl(String responseCacheControl)
public String getResponseCacheControl()
public GetObjectRequest.GetObjectRequestHeader setResponseContentDisposition(String responseContentDisposition)
public String getResponseContentDisposition()
public GetObjectRequest.GetObjectRequestHeader setResponseContentEncoding(String responseContentEncoding)
public String getResponseContentEncoding()
public GetObjectRequest.GetObjectRequestHeader setRange(String range)
public String getRange()
public GetObjectRequest.GetObjectRequestHeader setIfModifiedSince(String ifModifiedSince)
public String getIfModifiedSince()
public GetObjectRequest.GetObjectRequestHeader setIfUnmodifiedSince(String ifUnmodifiedSince)
public String getIfUnmodifiedSince()
public GetObjectRequest.GetObjectRequestHeader setIfMatch(String ifMatch)
public String getIfMatch()
public GetObjectRequest.GetObjectRequestHeader setIfNoneMatch(String ifNoneMatch)
public String getIfNoneMatch()
public GetObjectRequest.GetObjectRequestHeader setAcceptEncoding(String acceptEncoding)
public String getAcceptEncoding()
Copyright © 2020. All rights reserved.