public class QueryExtensionPolicyResult extends HeaderResponse
Constructor and Description |
---|
QueryExtensionPolicyResult() |
QueryExtensionPolicyResult(FetchBean fetch,
TranscodeBean transcode,
CompressBean compress)
Constructor
|
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() |
getRequestId, getResponseHeaders, getStatusCode
public 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
in class HeaderResponse
Copyright © 2019. All rights reserved.