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 Whether to allowlist all alarms that match this rule: 1: Yes, 0: No.
|
String |
getDescription()
Get Rule description
|
Long |
getId()
Get Rule ID
|
String[] |
getQuuidList()
Get QUUID list
|
Long |
getScope()
Get Whether applies all hosts: 0: no; 1: yes
|
String[] |
getSrcIp()
Get Source IP.
|
void |
setDealOldEvents(Long DealOldEvents)
Set Whether to allowlist all alarms that match this rule: 1: Yes, 0: No.
|
void |
setDescription(String Description)
Set Rule description
|
void |
setId(Long Id)
Set Rule ID
|
void |
setQuuidList(String[] QuuidList)
Set QUUID list
|
void |
setScope(Long Scope)
Set Whether applies all hosts: 0: no; 1: yes
|
void |
setSrcIp(String[] SrcIp)
Set Source IP.
|
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
- Whether applies all hosts: 0: no; 1: yespublic String[] getSrcIp()
public void setSrcIp(String[] SrcIp)
SrcIp
- Source IP. Single IP: 1.1.1.1, IP Range: 1.1.1.1-1.1.2.1, IP Range: 1.1.1.0/24public Long getDealOldEvents()
public void setDealOldEvents(Long DealOldEvents)
DealOldEvents
- Whether to allowlist all alarms that match this rule: 1: Yes, 0: No.public Long getId()
public void setId(Long Id)
Id
- Rule IDpublic String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList
- QUUID listpublic String getDescription()
public void setDescription(String Description)
Description
- Rule descriptionCopyright © 2025. All rights reserved.