public class PrivilegeEventInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PrivilegeEventInfo() | 
| PrivilegeEventInfo(PrivilegeEventInfo 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 | getCmdLine()Get Execute commands | 
| String | getCreateTime()Get Occurrence time | 
| String | getFullPath()Get Process path | 
| String | getHarmDescribe()Get Hazard description information | 
| String | getHostIp()Get Host private IP address | 
| Long | getId()Get Data ID | 
| String | getMachineName()Get Machine name | 
| String | getMachineStatus()Get Host online status: OFFLINE; ONLINE | 
| String | getMachineWanIp()Get Host public IP address | 
| String | getModifyTime()Get Processing time | 
| String | getNewCaps()Get Permission list (Separate multiple items with |.) | 
| String | getParentProcGroup()Get Parent process user group | 
| String | getParentProcName()Get Parent process name | 
| String | getParentProcPath()Get Parent process path | 
| String | getParentProcUser()Get Parent process username | 
| String | getProcessName()Get Process name | 
| String | getProcFilePrivilege()Get Process file permission | 
| String | getPsTree()Get Process tree json pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: execute commands; ssh_service: SSH service IP; ssh_source: log-in source | 
| String | getQuuid()Get Host ID | 
| String[] | getReferences()Get Reference link | 
| Long | getStatus()Get Processing status: 0: pending; 2: allowlisted; 3: processed; 4: ignored | 
| String | getSuggestScheme()Get Recommended solution | 
| String[] | getTags()Get Tag | 
| String | getUserGroup()Get User group | 
| String | getUserName()Get Username | 
| String | getUuid()Get Yunjing ID | 
| void | setCmdLine(String CmdLine)Set Execute commands | 
| void | setCreateTime(String CreateTime)Set Occurrence time | 
| void | setFullPath(String FullPath)Set Process path | 
| void | setHarmDescribe(String HarmDescribe)Set Hazard description information | 
| void | setHostIp(String HostIp)Set Host private IP address | 
| void | setId(Long Id)Set Data ID | 
| void | setMachineName(String MachineName)Set Machine name | 
| void | setMachineStatus(String MachineStatus)Set Host online status: OFFLINE; ONLINE | 
| void | setMachineWanIp(String MachineWanIp)Set Host public IP address | 
| void | setModifyTime(String ModifyTime)Set Processing time | 
| void | setNewCaps(String NewCaps)Set Permission list (Separate multiple items with |.) | 
| void | setParentProcGroup(String ParentProcGroup)Set Parent process user group | 
| void | setParentProcName(String ParentProcName)Set Parent process name | 
| void | setParentProcPath(String ParentProcPath)Set Parent process path | 
| void | setParentProcUser(String ParentProcUser)Set Parent process username | 
| void | setProcessName(String ProcessName)Set Process name | 
| void | setProcFilePrivilege(String ProcFilePrivilege)Set Process file permission | 
| void | setPsTree(String PsTree)Set Process tree json pid: process ID; exe: file path; account: groups and users to which the process belongs; cmdline: execute commands; ssh_service: SSH service IP; ssh_source: log-in source | 
| void | setQuuid(String Quuid)Set Host ID | 
| void | setReferences(String[] References)Set Reference link | 
| void | setStatus(Long Status)Set Processing status: 0: pending; 2: allowlisted; 3: processed; 4: ignored | 
| void | setSuggestScheme(String SuggestScheme)Set Recommended solution | 
| void | setTags(String[] Tags)Set Tag | 
| void | setUserGroup(String UserGroup)Set User group | 
| void | setUserName(String UserName)Set Username | 
| 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic PrivilegeEventInfo()
public PrivilegeEventInfo(PrivilegeEventInfo 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 String getProcessName()
public void setProcessName(String ProcessName)
ProcessName - Process namepublic String getFullPath()
public void setFullPath(String FullPath)
FullPath - Process pathpublic String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine - Execute commandspublic String getUserName()
public void setUserName(String UserName)
UserName - Usernamepublic String getUserGroup()
public void setUserGroup(String UserGroup)
UserGroup - User grouppublic String getProcFilePrivilege()
public void setProcFilePrivilege(String ProcFilePrivilege)
ProcFilePrivilege - Process file permissionpublic String getParentProcName()
public void setParentProcName(String ParentProcName)
ParentProcName - Parent process namepublic String getParentProcUser()
public void setParentProcUser(String ParentProcUser)
ParentProcUser - Parent process usernamepublic String getParentProcGroup()
public void setParentProcGroup(String ParentProcGroup)
ParentProcGroup - Parent process user grouppublic String getParentProcPath()
public void setParentProcPath(String ParentProcPath)
ParentProcPath - Parent process pathpublic 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: execute commands; ssh_service: SSH service IP; ssh_source: log-in sourcepublic Long getStatus()
public void setStatus(Long Status)
Status - Processing status: 0: pending; 2: allowlisted; 3: processed; 4: ignoredpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Occurrence timepublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Machine namepublic String getSuggestScheme()
public void setSuggestScheme(String SuggestScheme)
SuggestScheme - Recommended solutionpublic String getHarmDescribe()
public void setHarmDescribe(String HarmDescribe)
HarmDescribe - Hazard description informationpublic String[] getTags()
public void setTags(String[] Tags)
Tags - Tagpublic String[] getReferences()
public void setReferences(String[] References)
References - Reference linkpublic String getMachineWanIp()
public void setMachineWanIp(String MachineWanIp)
MachineWanIp - Host public IP addresspublic String getNewCaps()
public void setNewCaps(String NewCaps)
NewCaps - Permission list (Separate multiple items with |.)public String getMachineStatus()
public void setMachineStatus(String MachineStatus)
MachineStatus - Host online status: OFFLINE; ONLINEpublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Processing timeCopyright © 2025. All rights reserved.