public class ModifyFwGroupSwitchRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyFwGroupSwitchRequest() |
ModifyFwGroupSwitchRequest(ModifyFwGroupSwitchRequest 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 |
getAllSwitch()
Get 是否操作全部开关 0 不操作全部开关,1 操作全部开关
|
Long |
getEnable()
Get 打开或关闭开关
0:关闭开关
1:打开开关
|
FwGroupSwitch[] |
getSwitchList()
Get 开关列表
|
void |
setAllSwitch(Long AllSwitch)
Set 是否操作全部开关 0 不操作全部开关,1 操作全部开关
|
void |
setEnable(Long Enable)
Set 打开或关闭开关
0:关闭开关
1:打开开关
|
void |
setSwitchList(FwGroupSwitch[] SwitchList)
Set 开关列表
|
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 ModifyFwGroupSwitchRequest()
public ModifyFwGroupSwitchRequest(ModifyFwGroupSwitchRequest source)
public Long getEnable()
public void setEnable(Long Enable)
Enable
- 打开或关闭开关
0:关闭开关
1:打开开关public Long getAllSwitch()
public void setAllSwitch(Long AllSwitch)
AllSwitch
- 是否操作全部开关 0 不操作全部开关,1 操作全部开关public FwGroupSwitch[] getSwitchList()
public void setSwitchList(FwGroupSwitch[] SwitchList)
SwitchList
- 开关列表Copyright © 2024. All rights reserved.