public class BashEventNew extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BashEventNew() | 
| BashEventNew(BashEventNew 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 | getBashCmd()Get Execute commands | 
| String | getCreateTime()Get Occurrence time | 
| Long | getDetectBy()Get 0: bash log; 1: real-time monitoring (Leiting edition)
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getExe()Get Process name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getHostIp()Get Host private IP address | 
| Long | getId()Get Data ID | 
| MachineExtraInfo | getMachineExtraInfo()Get Additional Information on Machine
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMachineName()Get Host name | 
| Long | getMachineType()Get 0: normal; 1: Professional edition; 2: Ultimate edition
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getModifyTime()Get Processing time
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPid()Get Process ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getPlatform()Get Platform type | 
| String | getQuuid()Get Host ID | 
| String | getRegexBashCmd()Get Automatically generated regular expression
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRuleCategory()Get Rule category. | 
| Long | getRuleId()Get Rule ID | 
| Long | getRuleLevel()Get Rule level: 1: high-risk 2: medium-risk; 3: low-risk | 
| String | getRuleName()Get Rule name | 
| Long | getStatus()Get Processing status: 0: pending; 1: processed; 2: allowlisted; 3: ignored | 
| String | getUser()Get Username for execution | 
| String | getUuid()Get CWPP ID | 
| void | setBashCmd(String BashCmd)Set Execute commands | 
| void | setCreateTime(String CreateTime)Set Occurrence time | 
| void | setDetectBy(Long DetectBy)Set 0: bash log; 1: real-time monitoring (Leiting edition)
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setExe(String Exe)Set Process name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setHostIp(String HostIp)Set Host private IP address | 
| void | setId(Long Id)Set Data ID | 
| void | setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)Set Additional Information on Machine
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMachineName(String MachineName)Set Host name | 
| void | setMachineType(Long MachineType)Set 0: normal; 1: Professional edition; 2: Ultimate edition
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setModifyTime(String ModifyTime)Set Processing time
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPid(String Pid)Set Process ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPlatform(Long Platform)Set Platform type | 
| void | setQuuid(String Quuid)Set Host ID | 
| void | setRegexBashCmd(String RegexBashCmd)Set Automatically generated regular expression
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRuleCategory(Long RuleCategory)Set Rule category. | 
| void | setRuleId(Long RuleId)Set Rule ID | 
| void | setRuleLevel(Long RuleLevel)Set Rule level: 1: high-risk 2: medium-risk; 3: low-risk | 
| void | setRuleName(String RuleName)Set Rule name | 
| void | setStatus(Long Status)Set Processing status: 0: pending; 1: processed; 2: allowlisted; 3: ignored | 
| void | setUser(String User)Set Username for execution | 
| void | setUuid(String Uuid)Set CWPP ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BashEventNew()
public BashEventNew(BashEventNew source)
public Long getId()
public void setId(Long Id)
Id - Data IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - CWPP IDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host IDpublic String getHostIp()
public void setHostIp(String HostIp)
HostIp - Host private IP addresspublic String getUser()
public void setUser(String User)
User - Username for executionpublic Long getPlatform()
public void setPlatform(Long Platform)
Platform - Platform typepublic String getBashCmd()
public void setBashCmd(String BashCmd)
BashCmd - Execute commandspublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Rule IDpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - Rule namepublic Long getRuleLevel()
public void setRuleLevel(Long RuleLevel)
RuleLevel - Rule level: 1: high-risk 2: medium-risk; 3: low-riskpublic Long getStatus()
public void setStatus(Long Status)
Status - Processing status: 0: pending; 1: processed; 2: allowlisted; 3: ignoredpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Occurrence timepublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Host namepublic Long getDetectBy()
public void setDetectBy(Long DetectBy)
DetectBy - 0: bash log; 1: real-time monitoring (Leiting edition)
Note: This field may return null, indicating that no valid values can be obtained.public String getPid()
public void setPid(String Pid)
Pid - Process ID
Note: This field may return null, indicating that no valid values can be obtained.public String getExe()
public void setExe(String Exe)
Exe - Process name
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Processing time
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleCategory()
public void setRuleCategory(Long RuleCategory)
RuleCategory - Rule category. 0: system rule; 1: user rule
Note: This field may return null, indicating that no valid values can be obtained.public String getRegexBashCmd()
public void setRegexBashCmd(String RegexBashCmd)
RegexBashCmd - Automatically generated regular expression
Note: This field may return null, indicating that no valid values can be obtained.public Long getMachineType()
public void setMachineType(Long MachineType)
MachineType - 0: normal; 1: Professional edition; 2: Ultimate edition
Note: This field may return null, indicating that no valid values can be obtained.public MachineExtraInfo getMachineExtraInfo()
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
MachineExtraInfo - Additional Information on Machine
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.