Class JavaMemShellInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.JavaMemShellInfo
-
public class JavaMemShellInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description JavaMemShellInfo()
JavaMemShellInfo(JavaMemShellInfo 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 String
getAlias()
Get 服务器名称 注意:此字段可能返回 null,表示取不到有效值。String
getCreateTime()
Get 首次发现时间String
getDescription()
Get 说明String
getHostIp()
Get 服务器IP 注意:此字段可能返回 null,表示取不到有效值。Long
getId()
Get 事件IDMachineExtraInfo
getMachineExtraInfo()
Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。String
getQuuid()
Get 服务器quuidString
getRecentFoundTime()
Get 最近检测时间Long
getStatus()
Get 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理Long
getType()
Get 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他String
getUuid()
Get 服务器uuid 注意:此字段可能返回 null,表示取不到有效值。void
setAlias(String Alias)
Set 服务器名称 注意:此字段可能返回 null,表示取不到有效值。void
setCreateTime(String CreateTime)
Set 首次发现时间void
setDescription(String Description)
Set 说明void
setHostIp(String HostIp)
Set 服务器IP 注意:此字段可能返回 null,表示取不到有效值。void
setId(Long Id)
Set 事件IDvoid
setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。void
setQuuid(String Quuid)
Set 服务器quuidvoid
setRecentFoundTime(String RecentFoundTime)
Set 最近检测时间void
setStatus(Long Status)
Set 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理void
setType(Long Type)
Set 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他void
setUuid(String Uuid)
Set 服务器uuid 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
JavaMemShellInfo
public JavaMemShellInfo()
-
JavaMemShellInfo
public JavaMemShellInfo(JavaMemShellInfo 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
-
getAlias
public String getAlias()
Get 服务器名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Alias 服务器名称 注意:此字段可能返回 null,表示取不到有效值。
-
setAlias
public void setAlias(String Alias)
Set 服务器名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Alias
- 服务器名称 注意:此字段可能返回 null,表示取不到有效值。
-
getHostIp
public String getHostIp()
Get 服务器IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- HostIp 服务器IP 注意:此字段可能返回 null,表示取不到有效值。
-
setHostIp
public void setHostIp(String HostIp)
Set 服务器IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
HostIp
- 服务器IP 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public Long getType()
Get 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他- Returns:
- Type 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他
-
setType
public void setType(Long Type)
Set 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他- Parameters:
Type
- 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他
-
getDescription
public String getDescription()
Get 说明- Returns:
- Description 说明
-
setDescription
public void setDescription(String Description)
Set 说明- Parameters:
Description
- 说明
-
getCreateTime
public String getCreateTime()
Get 首次发现时间- Returns:
- CreateTime 首次发现时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 首次发现时间- Parameters:
CreateTime
- 首次发现时间
-
getRecentFoundTime
public String getRecentFoundTime()
Get 最近检测时间- Returns:
- RecentFoundTime 最近检测时间
-
setRecentFoundTime
public void setRecentFoundTime(String RecentFoundTime)
Set 最近检测时间- Parameters:
RecentFoundTime
- 最近检测时间
-
getStatus
public Long getStatus()
Get 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理- Returns:
- Status 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理
-
setStatus
public void setStatus(Long Status)
Set 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理- Parameters:
Status
- 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略 4 - 已手动处理
-
getQuuid
public String getQuuid()
Get 服务器quuid- Returns:
- Quuid 服务器quuid
-
setQuuid
public void setQuuid(String Quuid)
Set 服务器quuid- Parameters:
Quuid
- 服务器quuid
-
getMachineExtraInfo
public MachineExtraInfo getMachineExtraInfo()
Get 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MachineExtraInfo 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMachineExtraInfo
public void setMachineExtraInfo(MachineExtraInfo MachineExtraInfo)
Set 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MachineExtraInfo
- 主机额外信息 注意:此字段可能返回 null,表示取不到有效值。
-
getUuid
public String getUuid()
Get 服务器uuid 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Uuid 服务器uuid 注意:此字段可能返回 null,表示取不到有效值。
-
setUuid
public void setUuid(String Uuid)
Set 服务器uuid 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Uuid
- 服务器uuid 注意:此字段可能返回 null,表示取不到有效值。
-
-