public class ImageOptimization extends AbstractModel
| Constructor and Description | 
|---|
| ImageOptimization() | 
| ImageOptimization(ImageOptimization 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 | 
|---|---|
| GuetzliAdapter | getGuetzliAdapter()Get `GuetzliAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| TpgAdapter | getTpgAdapter()Get `TpgAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| WebpAdapter | getWebpAdapter()Get `WebpAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setGuetzliAdapter(GuetzliAdapter GuetzliAdapter)Set `GuetzliAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setTpgAdapter(TpgAdapter TpgAdapter)Set `TpgAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | setWebpAdapter(WebpAdapter WebpAdapter)Set `WebpAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ImageOptimization()
public ImageOptimization(ImageOptimization source)
public WebpAdapter getWebpAdapter()
public void setWebpAdapter(WebpAdapter WebpAdapter)
WebpAdapter - `WebpAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained.public TpgAdapter getTpgAdapter()
public void setTpgAdapter(TpgAdapter TpgAdapter)
TpgAdapter - `TpgAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained.public GuetzliAdapter getGuetzliAdapter()
public void setGuetzliAdapter(GuetzliAdapter GuetzliAdapter)
GuetzliAdapter - `GuetzliAdapter` configuration
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2022. All rights reserved.