public class ImageDenoiseConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageDenoiseConfig() |
ImageDenoiseConfig(ImageDenoiseConfig 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 |
getSwitch()
Get Capability configuration enabling status.
|
String |
getType()
Get Type, with valid values including:
weak
strong
Default value: weak.
|
void |
setSwitch(String Switch)
Set Capability configuration enabling status.
|
void |
setType(String Type)
Set Type, with valid values including:
weak
strong
Default value: weak.
|
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, toJsonString
public ImageDenoiseConfig()
public ImageDenoiseConfig(ImageDenoiseConfig source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Capability configuration enabling status. Valid values:
public String getType()
public void setType(String Type)
Type
- Type, with valid values including:
Copyright © 2025. All rights reserved.