Class ModifyFwGroupSwitchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyFwGroupSwitchRequest
-
public class ModifyFwGroupSwitchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAllSwitch()Get 是否操作全部开关 0 不操作全部开关,1 操作全部开关LonggetEnable()Get 打开或关闭开关 0:关闭开关 1:打开开关FwGroupSwitch[]getSwitchList()Get 开关列表voidsetAllSwitch(Long AllSwitch)Set 是否操作全部开关 0 不操作全部开关,1 操作全部开关voidsetEnable(Long Enable)Set 打开或关闭开关 0:关闭开关 1:打开开关voidsetSwitchList(FwGroupSwitch[] SwitchList)Set 开关列表voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyFwGroupSwitchRequest
public ModifyFwGroupSwitchRequest()
-
ModifyFwGroupSwitchRequest
public 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.
-
-
Method Detail
-
getEnable
public Long getEnable()
Get 打开或关闭开关 0:关闭开关 1:打开开关- Returns:
- Enable 打开或关闭开关 0:关闭开关 1:打开开关
-
setEnable
public void setEnable(Long Enable)
Set 打开或关闭开关 0:关闭开关 1:打开开关- Parameters:
Enable- 打开或关闭开关 0:关闭开关 1:打开开关
-
getAllSwitch
public Long getAllSwitch()
Get 是否操作全部开关 0 不操作全部开关,1 操作全部开关- Returns:
- AllSwitch 是否操作全部开关 0 不操作全部开关,1 操作全部开关
-
setAllSwitch
public void setAllSwitch(Long AllSwitch)
Set 是否操作全部开关 0 不操作全部开关,1 操作全部开关- Parameters:
AllSwitch- 是否操作全部开关 0 不操作全部开关,1 操作全部开关
-
getSwitchList
public FwGroupSwitch[] getSwitchList()
Get 开关列表- Returns:
- SwitchList 开关列表
-
setSwitchList
public void setSwitchList(FwGroupSwitch[] SwitchList)
Set 开关列表- Parameters:
SwitchList- 开关列表
-
-