public class VertexDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
VertexDetail() |
VertexDetail(VertexDetail 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 |
getAddress()
Get 请求目的地址,当该节点为网络时生效
注意:此字段可能返回 null,表示取不到有效值。
|
AlarmInfo[] |
getAlarmInfo()
Get 告警信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCmdLine()
Get 命令行,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDstPort()
Get 目标端口,当该节点为网络时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileContent()
Get 文件写入内容,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileCreateTime()
Get 文件创建时间,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFileMd5()
Get 文件md5,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFilePath()
Get 文件路径,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getHttpContent()
Get http请求内容,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPid()
Get 进程id,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProcName()
Get 进程名,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSrcIP()
Get 登录源ip,当该节点为ssh时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTime()
Get 各节点类型用到的时间,2022-11-29 00:00:00 格式
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 该节点类型,进程:1;网络:2;文件:3;ssh:4
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUser()
Get 登录用户名用户组,当该节点为ssh时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVertexId()
Get 点id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVulName()
Get 漏洞名称,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVulSrcIP()
Get 漏洞利用者来源ip,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVulTime()
Get 漏洞利用时间,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddress(String Address)
Set 请求目的地址,当该节点为网络时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlarmInfo(AlarmInfo[] AlarmInfo)
Set 告警信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCmdLine(String CmdLine)
Set 命令行,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDstPort(Long DstPort)
Set 目标端口,当该节点为网络时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileContent(String FileContent)
Set 文件写入内容,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileCreateTime(String FileCreateTime)
Set 文件创建时间,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFileMd5(String FileMd5)
Set 文件md5,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFilePath(String FilePath)
Set 文件路径,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHttpContent(String HttpContent)
Set http请求内容,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPid(String Pid)
Set 进程id,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProcName(String ProcName)
Set 进程名,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSrcIP(String SrcIP)
Set 登录源ip,当该节点为ssh时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(String Time)
Set 各节点类型用到的时间,2022-11-29 00:00:00 格式
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 该节点类型,进程:1;网络:2;文件:3;ssh:4
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUser(String User)
Set 登录用户名用户组,当该节点为ssh时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVertexId(String VertexId)
Set 点id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulName(String VulName)
Set 漏洞名称,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulSrcIP(String VulSrcIP)
Set 漏洞利用者来源ip,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVulTime(String VulTime)
Set 漏洞利用时间,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。
|
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 VertexDetail()
public VertexDetail(VertexDetail source)
public Long getType()
public void setType(Long Type)
Type
- 该节点类型,进程:1;网络:2;文件:3;ssh:4
注意:此字段可能返回 null,表示取不到有效值。public String getTime()
public void setTime(String Time)
Time
- 各节点类型用到的时间,2022-11-29 00:00:00 格式
注意:此字段可能返回 null,表示取不到有效值。public AlarmInfo[] getAlarmInfo()
public void setAlarmInfo(AlarmInfo[] AlarmInfo)
AlarmInfo
- 告警信息
注意:此字段可能返回 null,表示取不到有效值。public String getProcName()
public void setProcName(String ProcName)
ProcName
- 进程名,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。public String getCmdLine()
public void setCmdLine(String CmdLine)
CmdLine
- 命令行,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。public String getPid()
public void setPid(String Pid)
Pid
- 进程id,当该节点为进程时生效
注意:此字段可能返回 null,表示取不到有效值。public String getFileMd5()
public void setFileMd5(String FileMd5)
FileMd5
- 文件md5,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 文件写入内容,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。public String getFilePath()
public void setFilePath(String FilePath)
FilePath
- 文件路径,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。public String getFileCreateTime()
public void setFileCreateTime(String FileCreateTime)
FileCreateTime
- 文件创建时间,当该节点为文件时生效
注意:此字段可能返回 null,表示取不到有效值。public String getAddress()
public void setAddress(String Address)
Address
- 请求目的地址,当该节点为网络时生效
注意:此字段可能返回 null,表示取不到有效值。public Long getDstPort()
public void setDstPort(Long DstPort)
DstPort
- 目标端口,当该节点为网络时生效
注意:此字段可能返回 null,表示取不到有效值。public String getSrcIP()
public void setSrcIP(String SrcIP)
SrcIP
- 登录源ip,当该节点为ssh时生效
注意:此字段可能返回 null,表示取不到有效值。public String getUser()
public void setUser(String User)
User
- 登录用户名用户组,当该节点为ssh时生效
注意:此字段可能返回 null,表示取不到有效值。public String getVulName()
public void setVulName(String VulName)
VulName
- 漏洞名称,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。public String getVulTime()
public void setVulTime(String VulTime)
VulTime
- 漏洞利用时间,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。public String getHttpContent()
public void setHttpContent(String HttpContent)
HttpContent
- http请求内容,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。public String getVulSrcIP()
public void setVulSrcIP(String VulSrcIP)
VulSrcIP
- 漏洞利用者来源ip,当该节点为漏洞时生效
注意:此字段可能返回 null,表示取不到有效值。public String getVertexId()
public void setVertexId(String VertexId)
VertexId
- 点id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.