Class ModifyEdgeIpSwitchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.ModifyEdgeIpSwitchRequest
-
public class ModifyEdgeIpSwitchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyEdgeIpSwitchRequest()
ModifyEdgeIpSwitchRequest(ModifyEdgeIpSwitchRequest 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 EdgeIpSwitch[]
getEdgeIpSwitchLst()
Get 操作开关详情Long
getEnable()
Get 0 关闭开关 1 打开开关void
setEdgeIpSwitchLst(EdgeIpSwitch[] EdgeIpSwitchLst)
Set 操作开关详情void
setEnable(Long Enable)
Set 0 关闭开关 1 打开开关void
toMap(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
-
ModifyEdgeIpSwitchRequest
public ModifyEdgeIpSwitchRequest()
-
ModifyEdgeIpSwitchRequest
public ModifyEdgeIpSwitchRequest(ModifyEdgeIpSwitchRequest 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 打开开关
-
getEdgeIpSwitchLst
public EdgeIpSwitch[] getEdgeIpSwitchLst()
Get 操作开关详情- Returns:
- EdgeIpSwitchLst 操作开关详情
-
setEdgeIpSwitchLst
public void setEdgeIpSwitchLst(EdgeIpSwitch[] EdgeIpSwitchLst)
Set 操作开关详情- Parameters:
EdgeIpSwitchLst
- 操作开关详情
-
-