public class ModifyVulDefenceSettingRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyVulDefenceSettingRequest() |
ModifyVulDefenceSettingRequest(ModifyVulDefenceSettingRequest 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 |
getEnable()
Get 防御开关,0 关闭 1 开启
|
String[] |
getQuuids()
Get 作用弄范围内旗舰版主机列表
|
Long |
getScope()
Get 1 全部旗舰版主机,0 Quuids列表主机
|
void |
setEnable(Long Enable)
Set 防御开关,0 关闭 1 开启
|
void |
setQuuids(String[] Quuids)
Set 作用弄范围内旗舰版主机列表
|
void |
setScope(Long Scope)
Set 1 全部旗舰版主机,0 Quuids列表主机
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyVulDefenceSettingRequest()
public ModifyVulDefenceSettingRequest(ModifyVulDefenceSettingRequest source)
public Long getEnable()
public void setEnable(Long Enable)
Enable
- 防御开关,0 关闭 1 开启public Long getScope()
public void setScope(Long Scope)
Scope
- 1 全部旗舰版主机,0 Quuids列表主机public String[] getQuuids()
public void setQuuids(String[] Quuids)
Quuids
- 作用弄范围内旗舰版主机列表Copyright © 2023. All rights reserved.