public class PutExtensionPolicyRequest extends Object
| 构造器和说明 |
|---|
PutExtensionPolicyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
CompressBean |
getCompress()
Obtain the content of the file compression policy.
|
FetchBean |
getFetch()
Obtain the content of the asynchronous fetch policy.
|
TranscodeBean |
getTranscode()
Obtain the content of the asynchronous transcode policy.
|
void |
setCompress(CompressBean compress)
Set the content of the file compression policy.
|
void |
setFetch(FetchBean fetch)
Set the content of the asynchronous fetch policy.
|
void |
setTranscode(TranscodeBean transcode)
Set the content of the asynchronous transcode policy.
|
String |
toString() |
public FetchBean getFetch()
public void setFetch(FetchBean fetch)
fetch - Content of the asynchronous fetch policypublic TranscodeBean getTranscode()
public void setTranscode(TranscodeBean transcode)
transcode - Content of the asynchronous transcode policypublic CompressBean getCompress()
public void setCompress(CompressBean compress)
compress - Content of the file compression policyCopyright © 2021. All rights reserved.