public class QueryExtensionPolicyResult extends HeaderResponse
| 构造器和说明 |
|---|
QueryExtensionPolicyResult() |
QueryExtensionPolicyResult(FetchBean fetch,
TranscodeBean transcode,
CompressBean compress)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
getRequestId, getResponseHeaders, getStatusCodepublic QueryExtensionPolicyResult()
public QueryExtensionPolicyResult(FetchBean fetch, TranscodeBean transcode, CompressBean compress)
fetch - Content of the asynchronous fetch policytranscode - Content of the asynchronous transcode policycompress - Content of the file compression policypublic 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 policypublic String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.