public class NetAttackWhiteRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NetAttackWhiteRule() | 
| NetAttackWhiteRule(NetAttackWhiteRule 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 | getCreateTime()Get Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getDealOldEvents()Get Whether to process previous events: 0: do not process; 1: process
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getDescription()Get Rule description
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getId()Get Rule ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getModifyTime()Get Modification time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getQuuids()Get Host QUUIDs, separated by semicolons (;). | 
| Long | getScope()Get 0: A group of Quuid 1: All hosts
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSrcIP()Get Source IP. | 
| void | setCreateTime(String CreateTime)Set Creation time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDealOldEvents(Long DealOldEvents)Set Whether to process previous events: 0: do not process; 1: process
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDescription(String Description)Set Rule description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setId(Long Id)Set Rule ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setModifyTime(String ModifyTime)Set Modification time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setQuuids(String Quuids)Set Host QUUIDs, separated by semicolons (;). | 
| void | setScope(Long Scope)Set 0: A group of Quuid 1: All hosts
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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 NetAttackWhiteRule()
public NetAttackWhiteRule(NetAttackWhiteRule source)
public Long getId()
public void setId(Long Id)
Id - Rule ID
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Rule description
Note: This field may return null, indicating that no valid values can be obtained.public Long getScope()
public void setScope(Long Scope)
Scope - 0: A group of Quuid 1: All hosts
Note: This field may return null, indicating that no valid values can be obtained.public Long getDealOldEvents()
public void setDealOldEvents(Long DealOldEvents)
DealOldEvents - Whether to process previous events: 0: do not process; 1: process
Note: This field may return null, indicating that no valid values can be obtained.public String getQuuids()
public void setQuuids(String Quuids)
Quuids - Host QUUIDs, separated by semicolons (;).
Note: This field may return null, indicating that no valid values can be obtained.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/24, separated by semicolons (;)
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Modification time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.