public class CoverConfigureInfo extends AbstractModel
Constructor and Description |
---|
CoverConfigureInfo() |
CoverConfigureInfo(CoverConfigureInfo 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 智能封面任务开关,可选值:
ON:开启智能封面任务;
OFF:关闭智能封面任务。
|
void |
setSwitch(String Switch)
Set 智能封面任务开关,可选值:
ON:开启智能封面任务;
OFF:关闭智能封面任务。
|
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 CoverConfigureInfo()
public CoverConfigureInfo(CoverConfigureInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 智能封面任务开关,可选值:
Copyright © 2022. All rights reserved.