类 PutExtensionPolicyRequest
java.lang.Object
cn.warpin.thirdPart.huawei.obs.services.model.PutExtensionPolicyRequest
Configure an asynchronous policy request in the JSON format.
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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()
-
字段详细资料
-
fetch
-
transcode
-
compress
-
-
构造器详细资料
-
PutExtensionPolicyRequest
public PutExtensionPolicyRequest()
-
-
方法详细资料
-
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
-