public class LowLightEnhanceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LowLightEnhanceInfo() |
LowLightEnhanceInfo(LowLightEnhanceInfo 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 Whether to enable low-light enhancement.
|
String |
getType()
Get The low-light enhancement type.
|
void |
setSwitch(String Switch)
Set Whether to enable low-light enhancement.
|
void |
setType(String Type)
Set The low-light enhancement type.
|
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 LowLightEnhanceInfo()
public LowLightEnhanceInfo(LowLightEnhanceInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Whether to enable low-light enhancement. Valid values:
public String getType()
public void setType(String Type)
Type
- The low-light enhancement type. This parameter is valid only if `Switch` is `ON`.
Copyright © 2024. All rights reserved.