public class BashEventsInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BashEventsInfo() | 
| BashEventsInfo(BashEventsInfo 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 Executed commands | 
| String | getCreateTime()Get Occurrence time | 
| String | getDetectBy()Get Data source
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 | getHarmDescribe()Get Description
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 | 
| String | getMachineName()Get Host name | 
| String | getMachineStatus()Get Host online status: OFFLINE  ONLINE
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMachineWanIp()Get Host public IP address
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 | getPsTree()Get Process tree json  pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: command execution; ssh_service: ssh service IP, ssh_source: log-in source
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getQuuid()Get Host ID | 
| String[] | getReferences()Get Reference link
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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: 0 - system rule; 1 - user rule
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRuleId()Get Rule ID equals 0 indicating that the rule has been deleted or the effective scope has been modified. | 
| Long | getRuleLevel()Get Rule level: 1 - high-risk 2 - medium-risk; 3 - low-risk | 
| String | getRuleName()Get Rule name | 
| Long | getStatus()Get Processing status. | 
| String | getSuggestScheme()Get Recommended solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| String[] | getTags()Get Tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUser()Get Log-in user
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getUuid()Get Yunjing ID | 
| void | setBashCmd(String BashCmd)Set Executed commands | 
| void | setCreateTime(String CreateTime)Set Occurrence time | 
| void | setDetectBy(String DetectBy)Set Data source
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 | setHarmDescribe(String HarmDescribe)Set Description
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 | setMachineName(String MachineName)Set Host name | 
| void | setMachineStatus(String MachineStatus)Set Host online status: OFFLINE  ONLINE
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMachineWanIp(String MachineWanIp)Set Host public IP address
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 | setPsTree(String PsTree)Set Process tree json  pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: command execution; ssh_service: ssh service IP, ssh_source: log-in source
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setQuuid(String Quuid)Set Host ID | 
| void | setReferences(String[] References)Set Reference link
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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: 0 - system rule; 1 - user rule
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRuleId(Long RuleId)Set Rule ID equals 0 indicating that the rule has been deleted or the effective scope has been modified. | 
| 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. | 
| void | setSuggestScheme(String SuggestScheme)Set Recommended solution
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTags(String[] Tags)Set Tag
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUser(String User)Set Log-in user
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setUuid(String Uuid)Set Yunjing ID | 
| 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 BashEventsInfo()
public BashEventsInfo(BashEventsInfo source)
public Long getId()
public void setId(Long Id)
Id - Data IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - Yunjing IDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host IDpublic String getHostIp()
public void setHostIp(String HostIp)
HostIp - Host private IP addresspublic Long getPlatform()
public void setPlatform(Long Platform)
Platform - Platform typepublic String getBashCmd()
public void setBashCmd(String BashCmd)
BashCmd - Executed commandspublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - Rule ID equals 0 indicating that the rule has been deleted or the effective scope has been modified.public 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: Whitelisted; 3: Ignoredpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Occurrence timepublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Host namepublic 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 String getPsTree()
public void setPsTree(String PsTree)
PsTree - Process tree json  pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: command execution; ssh_service: ssh service IP, ssh_source: log-in source
Note: This field may return null, indicating that no valid values can be obtained.public String getSuggestScheme()
public void setSuggestScheme(String SuggestScheme)
SuggestScheme - Recommended solution
Note: This field may return null, indicating that no valid values can be obtained.public String getHarmDescribe()
public void setHarmDescribe(String HarmDescribe)
HarmDescribe - Description
Note: This field may return null, indicating that no valid values can be obtained.public String[] getTags()
public void setTags(String[] Tags)
Tags - Tag
Note: This field may return null, indicating that no valid values can be obtained.public String[] getReferences()
public void setReferences(String[] References)
References - Reference link
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp - Host public IP address
Note: This field may return null, indicating that no valid values can be obtained.public String getMachineStatus()
public void setMachineStatus(String MachineStatus)
MachineStatus - Host online status: OFFLINE  ONLINE
Note: This field may return null, indicating that no valid values can be obtained.public String getUser()
public void setUser(String User)
User - Log-in user
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 getDetectBy()
public void setDetectBy(String DetectBy)
DetectBy - Data source
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.