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 |
---|---|
String[] |
getHostIDs()
Get 自选漏洞防御主机
|
Long |
getIsEnabled()
Get 是否开启:0: 关闭 1:开启
|
String[] |
getNodeIds()
Get 超级节点Id列表
|
Long |
getScope()
Get 漏洞防御主机范围:0:自选 1: 全部主机
|
Long |
getSuperScope()
Get 漏洞防御超级节点范围:0:自选 1: 全部
|
void |
setHostIDs(String[] HostIDs)
Set 自选漏洞防御主机
|
void |
setIsEnabled(Long IsEnabled)
Set 是否开启:0: 关闭 1:开启
|
void |
setNodeIds(String[] NodeIds)
Set 超级节点Id列表
|
void |
setScope(Long Scope)
Set 漏洞防御主机范围:0:自选 1: 全部主机
|
void |
setSuperScope(Long SuperScope)
Set 漏洞防御超级节点范围:0:自选 1: 全部
|
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 ModifyVulDefenceSettingRequest()
public ModifyVulDefenceSettingRequest(ModifyVulDefenceSettingRequest source)
public Long getIsEnabled()
public void setIsEnabled(Long IsEnabled)
IsEnabled
- 是否开启:0: 关闭 1:开启public Long getScope()
public void setScope(Long Scope)
Scope
- 漏洞防御主机范围:0:自选 1: 全部主机public String[] getHostIDs()
public void setHostIDs(String[] HostIDs)
HostIDs
- 自选漏洞防御主机public Long getSuperScope()
public void setSuperScope(Long SuperScope)
SuperScope
- 漏洞防御超级节点范围:0:自选 1: 全部public String[] getNodeIds()
public void setNodeIds(String[] NodeIds)
NodeIds
- 超级节点Id列表Copyright © 2024. All rights reserved.