public class CreateNetAttackWhiteListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateNetAttackWhiteListRequest() |
CreateNetAttackWhiteListRequest(CreateNetAttackWhiteListRequest 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 |
getEventId()
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 |
setEventId(Long EventId)
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 CreateNetAttackWhiteListRequest()
public CreateNetAttackWhiteListRequest(CreateNetAttackWhiteListRequest 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 String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- quuid 列表public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件idpublic Long getDealOldEvents()
public void setDealOldEvents(Long DealOldEvents)
DealOldEvents
- 是否加白所有符合该规则的告警 ,1:处理,0:不处理public String getDescription()
public void setDescription(String Description)
Description
- 描述Copyright © 2024. All rights reserved.