public class PutExtensionPolicyRequest extends Object
Constructor and Description |
---|
PutExtensionPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
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 © 2019. All rights reserved.