public class NetAttackEventInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NetAttackEventInfo() | 
| NetAttackEventInfo(NetAttackEventInfo 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 | getAbnormalAction()Get Abnormal behavior | 
| Long | getAttackLevel()Get Vulnerability attack level | 
| Long | getCount()Get Attack count | 
| String | getCVEId()Get Vulnerability CVE ID | 
| Long | getDstPort()Get Target port | 
| String | getHostOpProcessTree()Get Process Tree, needs to be decoded with base64. | 
| Long | getHostOpType()Get 0: No Compromised Behavior 1: RCE (command execution) 2: Dnslog 3: Writefile
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getId()Get Event ID | 
| String | getLocation()Get Attack Source | 
| MachineExtraInfo | getMachineExtraInfo()Get Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMergeTime()Get Time of Attack
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getNetPayload()Get Attack packet | 
| Long | getPayVersion()Get Machine payment edition. | 
| String | getQuuid()Get cvm uuid
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getSrcIP()Get Attack source IP address | 
| Long | getStatus()Get Processing Status: 0 Pending, 1 Processed, 2 Allowlisted, 3 Ignored, 4 Deleted, 5: Defense Enabled. | 
| String | getSvcPs()Get Service Process Base64 | 
| Long | getType()Get 0: Attack Attempt 1: Successful Attack
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUuid()Get Host UUID | 
| Long | getVulDefenceStatus()Get Vulnerability Defense Status: 0 Disabled, 1 Enabled. | 
| Long | getVulId()Get Vulnerability ID | 
| String | getVulName()Get Vulnerability name | 
| Long | getVulSupportDefense()Get Whether vulnerabilities support defense. | 
| void | setAbnormalAction(String AbnormalAction)Set Abnormal behavior | 
| void | setAttackLevel(Long AttackLevel)Set Vulnerability attack level | 
| void | setCount(Long Count)Set Attack count | 
| void | setCVEId(String CVEId)Set Vulnerability CVE ID | 
| void | setDstPort(Long DstPort)Set Target port | 
| void | setHostOpProcessTree(String HostOpProcessTree)Set Process Tree, needs to be decoded with base64. | 
| void | setHostOpType(Long HostOpType)Set 0: No Compromised Behavior 1: RCE (command execution) 2: Dnslog 3: Writefile
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setId(Long Id)Set Event ID | 
| void | setLocation(String Location)Set Attack Source | 
| void | setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMergeTime(String MergeTime)Set Time of Attack
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setNetPayload(String NetPayload)Set Attack packet | 
| void | setPayVersion(Long PayVersion)Set Machine payment edition. | 
| void | setQuuid(String Quuid)Set cvm uuid
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSrcIP(String SrcIP)Set Attack source IP address | 
| void | setStatus(Long Status)Set Processing Status: 0 Pending, 1 Processed, 2 Allowlisted, 3 Ignored, 4 Deleted, 5: Defense Enabled. | 
| void | setSvcPs(String SvcPs)Set Service Process Base64 | 
| void | setType(Long Type)Set 0: Attack Attempt 1: Successful Attack
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUuid(String Uuid)Set Host UUID | 
| void | setVulDefenceStatus(Long VulDefenceStatus)Set Vulnerability Defense Status: 0 Disabled, 1 Enabled. | 
| void | setVulId(Long VulId)Set Vulnerability ID | 
| void | setVulName(String VulName)Set Vulnerability name | 
| void | setVulSupportDefense(Long VulSupportDefense)Set Whether vulnerabilities support defense. | 
| 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 NetAttackEventInfo()
public NetAttackEventInfo(NetAttackEventInfo source)
public Long getStatus()
public void setStatus(Long Status)
Status - Processing Status: 0 Pending, 1 Processed, 2 Allowlisted, 3 Ignored, 4 Deleted, 5: Defense Enabled.public String getSrcIP()
public void setSrcIP(String SrcIP)
SrcIP - Attack source IP addresspublic String getLocation()
public void setLocation(String Location)
Location - Attack Sourcepublic String getVulName()
public void setVulName(String VulName)
VulName - Vulnerability namepublic Long getVulId()
public void setVulId(Long VulId)
VulId - Vulnerability IDpublic String getCVEId()
public void setCVEId(String CVEId)
CVEId - Vulnerability CVE IDpublic Long getAttackLevel()
public void setAttackLevel(Long AttackLevel)
AttackLevel - Vulnerability attack levelpublic Long getVulDefenceStatus()
public void setVulDefenceStatus(Long VulDefenceStatus)
VulDefenceStatus - Vulnerability Defense Status: 0 Disabled, 1 Enabled.public Long getVulSupportDefense()
public void setVulSupportDefense(Long VulSupportDefense)
VulSupportDefense - Whether vulnerabilities support defense. 0: No 1: Yespublic String getSvcPs()
public void setSvcPs(String SvcPs)
SvcPs - Service Process Base64public String getNetPayload()
public void setNetPayload(String NetPayload)
NetPayload - Attack packetpublic String getAbnormalAction()
public void setAbnormalAction(String AbnormalAction)
AbnormalAction - Abnormal behaviorpublic String getUuid()
public void setUuid(String Uuid)
Uuid - Host UUIDpublic Long getId()
public void setId(Long Id)
Id - Event IDpublic MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - Host Additional Information
Note: This field may return null, indicating that no valid values can be obtained.public Long getDstPort()
public void setDstPort(Long DstPort)
DstPort - Target portpublic Long getCount()
public void setCount(Long Count)
Count - Attack countpublic Long getPayVersion()
public void setPayVersion(Long PayVersion)
PayVersion - Machine payment edition. 0: Basic Edition; 1: Professional Edition; 2: Premium Edition; 3: General Discount Editionpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - cvm uuid
Note: This field may return null, indicating that no valid values can be obtained.public String getMergeTime()
public void setMergeTime(String MergeTime)
MergeTime - Time of Attack
Note: This field may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type - 0: Attack Attempt 1: Successful Attack
Note: This field may return null, indicating that no valid values can be obtained.public Long getHostOpType()
public void setHostOpType(Long HostOpType)
HostOpType - 0: No Compromised Behavior 1: RCE (command execution) 2: Dnslog 3: Writefile
Note: This field may return null, indicating that no valid values can be obtained.public String getHostOpProcessTree()
public void setHostOpProcessTree(String HostOpProcessTree)
HostOpProcessTree - Process Tree, needs to be decoded with base64.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.