public class StaticImageSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
StaticImageSettings() |
StaticImageSettings(StaticImageSettings 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 |
---|---|
Long |
getGlobalImageOverlayEnabled()
Get Whether to enable global static image overlay, 0: Disable, 1: Enable; Default value: 0.
|
void |
setGlobalImageOverlayEnabled(Long GlobalImageOverlayEnabled)
Set Whether to enable global static image overlay, 0: Disable, 1: Enable; Default value: 0.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StaticImageSettings()
public StaticImageSettings(StaticImageSettings source)
public Long getGlobalImageOverlayEnabled()
public void setGlobalImageOverlayEnabled(Long GlobalImageOverlayEnabled)
GlobalImageOverlayEnabled
- Whether to enable global static image overlay, 0: Disable, 1: Enable; Default value: 0.Copyright © 2025. All rights reserved.