public class CompressionParameters extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CompressionParameters() | 
| CompressionParameters(CompressionParameters source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getAlgorithms()Get Supported compression algorithm list. | 
| String | getSwitch()Get Whether to enable smart compression. | 
| void | setAlgorithms(String[] Algorithms)Set Supported compression algorithm list. | 
| void | setSwitch(String Switch)Set Whether to enable smart compression. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CompressionParameters()
public CompressionParameters(CompressionParameters source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Whether to enable smart compression. values:.
public String[] getAlgorithms()
public void setAlgorithms(String[] Algorithms)
Algorithms - Supported compression algorithm list. this field is required when switch is on; otherwise, it is not effective. valid values:.
Copyright © 2025. All rights reserved.