Class PrivilegeEventInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.PrivilegeEventInfo
-
public class PrivilegeEventInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmdLine()Get 执行命令StringgetCreateTime()Get 发生时间StringgetFullPath()Get 进程路径StringgetHarmDescribe()Get 危害描述信息StringgetHostIp()Get 主机内网IPLonggetId()Get 数据IDStringgetMachineName()Get 机器名StringgetMachineStatus()Get 主机在线状态 OFFLINE ONLINEStringgetMachineWanIp()Get 主机外网ipStringgetModifyTime()Get 处理时间StringgetNewCaps()Get 权限列表|隔开StringgetParentProcGroup()Get 父进程用户组StringgetParentProcName()Get 父进程名StringgetParentProcPath()Get 父进程路径StringgetParentProcUser()Get 父进程用户名StringgetProcessName()Get 进程名StringgetProcFilePrivilege()Get 进程文件权限StringgetPsTree()Get 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源StringgetQuuid()Get 主机IDString[]getReferences()Get 参考链接LonggetStatus()Get 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略StringgetSuggestScheme()Get 建议方案String[]getTags()Get 标签StringgetUserGroup()Get 用户组StringgetUserName()Get 用户名StringgetUuid()Get 云镜IDvoidsetCmdLine(String CmdLine)Set 执行命令voidsetCreateTime(String CreateTime)Set 发生时间voidsetFullPath(String FullPath)Set 进程路径voidsetHarmDescribe(String HarmDescribe)Set 危害描述信息voidsetHostIp(String HostIp)Set 主机内网IPvoidsetId(Long Id)Set 数据IDvoidsetMachineName(String MachineName)Set 机器名voidsetMachineStatus(String MachineStatus)Set 主机在线状态 OFFLINE ONLINEvoidsetMachineWanIp(String MachineWanIp)Set 主机外网ipvoidsetModifyTime(String ModifyTime)Set 处理时间voidsetNewCaps(String NewCaps)Set 权限列表|隔开voidsetParentProcGroup(String ParentProcGroup)Set 父进程用户组voidsetParentProcName(String ParentProcName)Set 父进程名voidsetParentProcPath(String ParentProcPath)Set 父进程路径voidsetParentProcUser(String ParentProcUser)Set 父进程用户名voidsetProcessName(String ProcessName)Set 进程名voidsetProcFilePrivilege(String ProcFilePrivilege)Set 进程文件权限voidsetPsTree(String PsTree)Set 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源voidsetQuuid(String Quuid)Set 主机IDvoidsetReferences(String[] References)Set 参考链接voidsetStatus(Long Status)Set 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略voidsetSuggestScheme(String SuggestScheme)Set 建议方案voidsetTags(String[] Tags)Set 标签voidsetUserGroup(String UserGroup)Set 用户组voidsetUserName(String UserName)Set 用户名voidsetUuid(String Uuid)Set 云镜IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PrivilegeEventInfo
public PrivilegeEventInfo()
-
PrivilegeEventInfo
public 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.
-
-
Method Detail
-
getId
public Long getId()
Get 数据ID- Returns:
- Id 数据ID
-
setId
public void setId(Long Id)
Set 数据ID- Parameters:
Id- 数据ID
-
getUuid
public String getUuid()
Get 云镜ID- Returns:
- Uuid 云镜ID
-
setUuid
public void setUuid(String Uuid)
Set 云镜ID- Parameters:
Uuid- 云镜ID
-
getQuuid
public String getQuuid()
Get 主机ID- Returns:
- Quuid 主机ID
-
setQuuid
public void setQuuid(String Quuid)
Set 主机ID- Parameters:
Quuid- 主机ID
-
getHostIp
public String getHostIp()
Get 主机内网IP- Returns:
- HostIp 主机内网IP
-
setHostIp
public void setHostIp(String HostIp)
Set 主机内网IP- Parameters:
HostIp- 主机内网IP
-
getProcessName
public String getProcessName()
Get 进程名- Returns:
- ProcessName 进程名
-
setProcessName
public void setProcessName(String ProcessName)
Set 进程名- Parameters:
ProcessName- 进程名
-
getFullPath
public String getFullPath()
Get 进程路径- Returns:
- FullPath 进程路径
-
setFullPath
public void setFullPath(String FullPath)
Set 进程路径- Parameters:
FullPath- 进程路径
-
getCmdLine
public String getCmdLine()
Get 执行命令- Returns:
- CmdLine 执行命令
-
setCmdLine
public void setCmdLine(String CmdLine)
Set 执行命令- Parameters:
CmdLine- 执行命令
-
getUserName
public String getUserName()
Get 用户名- Returns:
- UserName 用户名
-
setUserName
public void setUserName(String UserName)
Set 用户名- Parameters:
UserName- 用户名
-
getUserGroup
public String getUserGroup()
Get 用户组- Returns:
- UserGroup 用户组
-
setUserGroup
public void setUserGroup(String UserGroup)
Set 用户组- Parameters:
UserGroup- 用户组
-
getProcFilePrivilege
public String getProcFilePrivilege()
Get 进程文件权限- Returns:
- ProcFilePrivilege 进程文件权限
-
setProcFilePrivilege
public void setProcFilePrivilege(String ProcFilePrivilege)
Set 进程文件权限- Parameters:
ProcFilePrivilege- 进程文件权限
-
getParentProcName
public String getParentProcName()
Get 父进程名- Returns:
- ParentProcName 父进程名
-
setParentProcName
public void setParentProcName(String ParentProcName)
Set 父进程名- Parameters:
ParentProcName- 父进程名
-
getParentProcUser
public String getParentProcUser()
Get 父进程用户名- Returns:
- ParentProcUser 父进程用户名
-
setParentProcUser
public void setParentProcUser(String ParentProcUser)
Set 父进程用户名- Parameters:
ParentProcUser- 父进程用户名
-
getParentProcGroup
public String getParentProcGroup()
Get 父进程用户组- Returns:
- ParentProcGroup 父进程用户组
-
setParentProcGroup
public void setParentProcGroup(String ParentProcGroup)
Set 父进程用户组- Parameters:
ParentProcGroup- 父进程用户组
-
getParentProcPath
public String getParentProcPath()
Get 父进程路径- Returns:
- ParentProcPath 父进程路径
-
setParentProcPath
public void setParentProcPath(String ParentProcPath)
Set 父进程路径- Parameters:
ParentProcPath- 父进程路径
-
getPsTree
public String getPsTree()
Get 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源- Returns:
- PsTree 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
-
setPsTree
public void setPsTree(String PsTree)
Set 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源- Parameters:
PsTree- 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
-
getStatus
public Long getStatus()
Get 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略- Returns:
- Status 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
-
setStatus
public void setStatus(Long Status)
Set 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略- Parameters:
Status- 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
-
getCreateTime
public String getCreateTime()
Get 发生时间- Returns:
- CreateTime 发生时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 发生时间- Parameters:
CreateTime- 发生时间
-
getMachineName
public String getMachineName()
Get 机器名- Returns:
- MachineName 机器名
-
setMachineName
public void setMachineName(String MachineName)
Set 机器名- Parameters:
MachineName- 机器名
-
getSuggestScheme
public String getSuggestScheme()
Get 建议方案- Returns:
- SuggestScheme 建议方案
-
setSuggestScheme
public void setSuggestScheme(String SuggestScheme)
Set 建议方案- Parameters:
SuggestScheme- 建议方案
-
getHarmDescribe
public String getHarmDescribe()
Get 危害描述信息- Returns:
- HarmDescribe 危害描述信息
-
setHarmDescribe
public void setHarmDescribe(String HarmDescribe)
Set 危害描述信息- Parameters:
HarmDescribe- 危害描述信息
-
getTags
public String[] getTags()
Get 标签- Returns:
- Tags 标签
-
setTags
public void setTags(String[] Tags)
Set 标签- Parameters:
Tags- 标签
-
getReferences
public String[] getReferences()
Get 参考链接- Returns:
- References 参考链接
-
setReferences
public void setReferences(String[] References)
Set 参考链接- Parameters:
References- 参考链接
-
getMachineWanIp
public String getMachineWanIp()
Get 主机外网ip- Returns:
- MachineWanIp 主机外网ip
-
setMachineWanIp
public void setMachineWanIp(String MachineWanIp)
Set 主机外网ip- Parameters:
MachineWanIp- 主机外网ip
-
getNewCaps
public String getNewCaps()
Get 权限列表|隔开- Returns:
- NewCaps 权限列表|隔开
-
setNewCaps
public void setNewCaps(String NewCaps)
Set 权限列表|隔开- Parameters:
NewCaps- 权限列表|隔开
-
getMachineStatus
public String getMachineStatus()
Get 主机在线状态 OFFLINE ONLINE- Returns:
- MachineStatus 主机在线状态 OFFLINE ONLINE
-
setMachineStatus
public void setMachineStatus(String MachineStatus)
Set 主机在线状态 OFFLINE ONLINE- Parameters:
MachineStatus- 主机在线状态 OFFLINE ONLINE
-
getModifyTime
public String getModifyTime()
Get 处理时间- Returns:
- ModifyTime 处理时间
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 处理时间- Parameters:
ModifyTime- 处理时间
-
-