类 QueryExtensionPolicyResult
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.services.model.QueryExtensionPolicyResult
Query an asynchronous fetch job response in the JSON format.
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明QueryExtensionPolicyResult(FetchBean fetch, TranscodeBean transcode, CompressBean compress) Constructor -
方法概要
修饰符和类型方法说明Obtain the content of the file compression policy.getFetch()Obtain the content of the asynchronous fetch policy.Obtain the content of the asynchronous transcode policy.voidsetCompress(CompressBean compress) Set the content of the file compression policy.voidSet the content of the asynchronous fetch policy.voidsetTranscode(TranscodeBean transcode) Set the content of the asynchronous transcode policy.toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
fetch
-
transcode
-
compress
-
-
构造器详细资料
-
QueryExtensionPolicyResult
public QueryExtensionPolicyResult() -
QueryExtensionPolicyResult
Constructor- 参数:
fetch- Content of the asynchronous fetch policytranscode- Content of the asynchronous transcode policycompress- Content of the file compression policy
-
-
方法详细资料
-
getFetch
Obtain the content of the asynchronous fetch policy.- 返回:
- Content of the asynchronous fetch policy
-
setFetch
Set the content of the asynchronous fetch policy.- 参数:
fetch- Content of the asynchronous fetch policy
-
getTranscode
Obtain the content of the asynchronous transcode policy.- 返回:
- Content of the asynchronous transcode policy
-
setTranscode
Set the content of the asynchronous transcode policy.- 参数:
transcode- Content of the asynchronous transcode policy
-
getCompress
Obtain the content of the file compression policy.- 返回:
- Content of the file compression policy
-
setCompress
Set the content of the file compression policy.- 参数:
compress- Content of the file compression policy
-
toString
- 覆盖:
toString在类中HeaderResponse
-