public class ModifyNetAttackWhiteListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNetAttackWhiteListRequest() |
ModifyNetAttackWhiteListRequest(ModifyNetAttackWhiteListRequest 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 |
getDealOldEvents()
Get 是否加白所有符合该规则的告警 ,1:处理,0:不处理
|
String |
getDescription()
Get 规则描述
|
Long |
getId()
Get 规则id
|
String[] |
getQuuidList()
Get quuid 列表
|
Long |
getScope()
Get 是否全部主机; 0否,1是。
|
String[] |
getSrcIp()
Get 来源IP 单IP:1.1.1.1 IP范围:1.1.1.1-1.1.2.1 IP范围:1.1.1.0/24
|
void |
setDealOldEvents(Long DealOldEvents)
Set 是否加白所有符合该规则的告警 ,1:处理,0:不处理
|
void |
setDescription(String Description)
Set 规则描述
|
void |
setId(Long Id)
Set 规则id
|
void |
setQuuidList(String[] QuuidList)
Set quuid 列表
|
void |
setScope(Long Scope)
Set 是否全部主机; 0否,1是。
|
void |
setSrcIp(String[] SrcIp)
Set 来源IP 单IP:1.1.1.1 IP范围:1.1.1.1-1.1.2.1 IP范围:1.1.1.0/24
|
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 ModifyNetAttackWhiteListRequest()
public ModifyNetAttackWhiteListRequest(ModifyNetAttackWhiteListRequest source)
public Long getScope()
public void setScope(Long Scope)
Scope
- 是否全部主机; 0否,1是。public String[] getSrcIp()
public void setSrcIp(String[] SrcIp)
SrcIp
- 来源IP 单IP:1.1.1.1 IP范围:1.1.1.1-1.1.2.1 IP范围:1.1.1.0/24public Long getDealOldEvents()
public void setDealOldEvents(Long DealOldEvents)
DealOldEvents
- 是否加白所有符合该规则的告警 ,1:处理,0:不处理public Long getId()
public void setId(Long Id)
Id
- 规则idpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- quuid 列表public String getDescription()
public void setDescription(String Description)
Description
- 规则描述Copyright © 2024. All rights reserved.