public class BashEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
BashEvent() |
BashEvent(BashEvent 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
|
Long |
getDetectBy()
Get 0: bash log; 1: real-time monitoring (thunder 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
|
String |
getHostName()
Get Host HostName
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getId()
Get Data ID
|
String |
getMachineName()
Get Server name
|
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 Server ID
|
String |
getRegexBashCmd()
Get Automatically generated regular expression\nNote: 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
|
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 Executed commands
|
void |
setCreateTime(String CreateTime)
Set Occurrence time
|
void |
setDetectBy(Long DetectBy)
Set 0: bash log; 1: real-time monitoring (thunder 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 |
setHostName(String HostName)
Set Host HostName
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long Id)
Set Data ID
|
void |
setMachineName(String MachineName)
Set Server name
|
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 Server ID
|
void |
setRegexBashCmd(String RegexBashCmd)
Set Automatically generated regular expression\nNote: 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
|
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, toJsonString
public BashEvent()
public BashEvent(BashEvent 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
- Server 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
- Executed 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
- Server namepublic Long getDetectBy()
public void setDetectBy(Long DetectBy)
DetectBy
- 0: bash log; 1: real-time monitoring (thunder 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\nNote: This field may return null, indicating that no valid values can be obtained.public String getHostName()
public void setHostName(String HostName)
HostName
- Host HostName
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.