public class ModifyItemSwitchStatusRequest extends AbstractModel
Constructor and Description |
---|
ModifyItemSwitchStatusRequest() |
ModifyItemSwitchStatusRequest(ModifyItemSwitchStatusRequest 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 |
getId()
Get id值
|
Long |
getStatus()
Get 状态值,0: 关闭 ,1:开启
|
Long |
getType()
Get 0: 互联网边界边界防火墙开关,1:vpc防火墙开关
|
void |
setId(Long Id)
Set id值
|
void |
setStatus(Long Status)
Set 状态值,0: 关闭 ,1:开启
|
void |
setType(Long Type)
Set 0: 互联网边界边界防火墙开关,1:vpc防火墙开关
|
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 ModifyItemSwitchStatusRequest()
public ModifyItemSwitchStatusRequest(ModifyItemSwitchStatusRequest source)
public Long getId()
public void setId(Long Id)
Id
- id值public Long getStatus()
public void setStatus(Long Status)
Status
- 状态值,0: 关闭 ,1:开启public Long getType()
public void setType(Long Type)
Type
- 0: 互联网边界边界防火墙开关,1:vpc防火墙开关Copyright © 2022. All rights reserved.