public class ImageOptimization extends AbstractModel
Constructor and Description |
---|
ImageOptimization() |
Modifier and Type | Method and Description |
---|---|
GuetzliAdapter |
getGuetzliAdapter()
Get `GuetzliAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.
|
TpgAdapter |
getTpgAdapter()
Get `TpgAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.
|
WebpAdapter |
getWebpAdapter()
Get `WebpAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setGuetzliAdapter(GuetzliAdapter GuetzliAdapter)
Set `GuetzliAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTpgAdapter(TpgAdapter TpgAdapter)
Set `TpgAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setWebpAdapter(WebpAdapter WebpAdapter)
Set `WebpAdapter` configuration
Note: this field may return null, indicating that no valid values 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, toJsonString
public WebpAdapter getWebpAdapter()
public void setWebpAdapter(WebpAdapter WebpAdapter)
WebpAdapter
- `WebpAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.public TpgAdapter getTpgAdapter()
public void setTpgAdapter(TpgAdapter TpgAdapter)
TpgAdapter
- `TpgAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.public GuetzliAdapter getGuetzliAdapter()
public void setGuetzliAdapter(GuetzliAdapter GuetzliAdapter)
GuetzliAdapter
- `GuetzliAdapter` configuration
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.