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 Whether to allowlist all alarms that match this rule: 1: Yes, 0: No. 
 | 
String | 
getDescription()
Get Description 
 | 
Long | 
getEventId()
Get Event ID 
 | 
String[] | 
getQuuidList()
Get QUUID list 
 | 
Long | 
getScope()
Get Whether the allowlist applies to all hosts. 
 | 
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 Description 
 | 
void | 
setEventId(Long EventId)
Set Event ID 
 | 
void | 
setQuuidList(String[] QuuidList)
Set QUUID list 
 | 
void | 
setScope(Long Scope)
Set Whether the allowlist applies to all hosts. 
 | 
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, toJsonStringpublic CreateNetAttackWhiteListRequest()
public CreateNetAttackWhiteListRequest(CreateNetAttackWhiteListRequest source)
public Long getScope()
public void setScope(Long Scope)
Scope - Whether the allowlist applies to all hosts. 0: no; 1: yes.public 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 String[] getQuuidList()
public void setQuuidList(String[] QuuidList)
QuuidList - QUUID listpublic Long getEventId()
public void setEventId(Long EventId)
EventId - Event IDpublic Long getDealOldEvents()
public void setDealOldEvents(Long DealOldEvents)
DealOldEvents - Whether to allowlist all alarms that match this rule: 1: Yes, 0: No.public String getDescription()
public void setDescription(String Description)
Description - DescriptionCopyright © 2025. All rights reserved.