public class VertexInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
VertexInfo() |
VertexInfo(VertexInfo 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 |
getAddressMd5()
Get 请求目的地址md5,当Type=2时使用
|
String |
getAddressPrefix()
Get 请求目的地址,当Type=2时使用
|
String |
getCmdLineMd5()
Get 命令行md5,当Type=1时使用
|
String |
getCmdLinePrefix()
Get 命令行,当Type=1时使用
|
String |
getFilePathMd5()
Get 文件路径md5,当Type=3时使用
|
String |
getFilePathPrefix()
Get 文件路径,当Type=3时使用
|
Boolean |
getIsAlarm()
Get 是否告警节点
|
Boolean |
getIsLeaf()
Get 是否叶子
|
Boolean |
getIsWeDetect()
Get 是否漏洞节点
|
String |
getParentVid()
Get 该节点的父节点vid
|
String |
getProcNameMd5()
Get 进程名md5,当Type=1时使用
|
String |
getProcNamePrefix()
Get 进程名,当Type=1时使用
|
Long |
getType()
Get 该结点类型,进程:1;网络:2;文件:3;ssh:4;
|
String |
getVid()
Get 该节点包含的vid
|
void |
setAddressMd5(String AddressMd5)
Set 请求目的地址md5,当Type=2时使用
|
void |
setAddressPrefix(String AddressPrefix)
Set 请求目的地址,当Type=2时使用
|
void |
setCmdLineMd5(String CmdLineMd5)
Set 命令行md5,当Type=1时使用
|
void |
setCmdLinePrefix(String CmdLinePrefix)
Set 命令行,当Type=1时使用
|
void |
setFilePathMd5(String FilePathMd5)
Set 文件路径md5,当Type=3时使用
|
void |
setFilePathPrefix(String FilePathPrefix)
Set 文件路径,当Type=3时使用
|
void |
setIsAlarm(Boolean IsAlarm)
Set 是否告警节点
|
void |
setIsLeaf(Boolean IsLeaf)
Set 是否叶子
|
void |
setIsWeDetect(Boolean IsWeDetect)
Set 是否漏洞节点
|
void |
setParentVid(String ParentVid)
Set 该节点的父节点vid
|
void |
setProcNameMd5(String ProcNameMd5)
Set 进程名md5,当Type=1时使用
|
void |
setProcNamePrefix(String ProcNamePrefix)
Set 进程名,当Type=1时使用
|
void |
setType(Long Type)
Set 该结点类型,进程:1;网络:2;文件:3;ssh:4;
|
void |
setVid(String Vid)
Set 该节点包含的vid
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VertexInfo()
public VertexInfo(VertexInfo source)
public Long getType()
public void setType(Long Type)
Type
- 该结点类型,进程:1;网络:2;文件:3;ssh:4;public String getVid()
public void setVid(String Vid)
Vid
- 该节点包含的vidpublic String getParentVid()
public void setParentVid(String ParentVid)
ParentVid
- 该节点的父节点vidpublic Boolean getIsLeaf()
public void setIsLeaf(Boolean IsLeaf)
IsLeaf
- 是否叶子public String getProcNamePrefix()
public void setProcNamePrefix(String ProcNamePrefix)
ProcNamePrefix
- 进程名,当Type=1时使用public String getProcNameMd5()
public void setProcNameMd5(String ProcNameMd5)
ProcNameMd5
- 进程名md5,当Type=1时使用public String getCmdLinePrefix()
public void setCmdLinePrefix(String CmdLinePrefix)
CmdLinePrefix
- 命令行,当Type=1时使用public String getCmdLineMd5()
public void setCmdLineMd5(String CmdLineMd5)
CmdLineMd5
- 命令行md5,当Type=1时使用public String getFilePathPrefix()
public void setFilePathPrefix(String FilePathPrefix)
FilePathPrefix
- 文件路径,当Type=3时使用public String getAddressPrefix()
public void setAddressPrefix(String AddressPrefix)
AddressPrefix
- 请求目的地址,当Type=2时使用public Boolean getIsWeDetect()
public void setIsWeDetect(Boolean IsWeDetect)
IsWeDetect
- 是否漏洞节点public Boolean getIsAlarm()
public void setIsAlarm(Boolean IsAlarm)
IsAlarm
- 是否告警节点public String getFilePathMd5()
public void setFilePathMd5(String FilePathMd5)
FilePathMd5
- 文件路径md5,当Type=3时使用public String getAddressMd5()
public void setAddressMd5(String AddressMd5)
AddressMd5
- 请求目的地址md5,当Type=2时使用Copyright © 2024. All rights reserved.