Class VertexInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.VertexInfo
-
public class VertexInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressMd5()Get 请求目的地址md5,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。StringgetAddressPrefix()Get 请求目的地址,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。StringgetCmdLineMd5()Get 命令行md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。StringgetCmdLinePrefix()Get 命令行,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。StringgetFilePathMd5()Get 文件路径md5,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。StringgetFilePathPrefix()Get 文件路径,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。BooleangetIsAlarm()Get 是否告警节点BooleangetIsLeaf()Get 是否叶子BooleangetIsWeDetect()Get 是否漏洞节点StringgetParentVid()Get 该节点的父节点vidStringgetProcNameMd5()Get 进程名md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。StringgetProcNamePrefix()Get 进程名,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。LonggetType()Get 该结点类型,进程:1;网络:2;文件:3;ssh:4;StringgetVid()Get 该节点包含的vidvoidsetAddressMd5(String AddressMd5)Set 请求目的地址md5,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetAddressPrefix(String AddressPrefix)Set 请求目的地址,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetCmdLineMd5(String CmdLineMd5)Set 命令行md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetCmdLinePrefix(String CmdLinePrefix)Set 命令行,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetFilePathMd5(String FilePathMd5)Set 文件路径md5,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetFilePathPrefix(String FilePathPrefix)Set 文件路径,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetIsAlarm(Boolean IsAlarm)Set 是否告警节点voidsetIsLeaf(Boolean IsLeaf)Set 是否叶子voidsetIsWeDetect(Boolean IsWeDetect)Set 是否漏洞节点voidsetParentVid(String ParentVid)Set 该节点的父节点vidvoidsetProcNameMd5(String ProcNameMd5)Set 进程名md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetProcNamePrefix(String ProcNamePrefix)Set 进程名,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。voidsetType(Long Type)Set 该结点类型,进程:1;网络:2;文件:3;ssh:4;voidsetVid(String Vid)Set 该节点包含的vidvoidtoMap(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
-
VertexInfo
public VertexInfo()
-
VertexInfo
public 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.
-
-
Method Detail
-
getType
public Long getType()
Get 该结点类型,进程:1;网络:2;文件:3;ssh:4;- Returns:
- Type 该结点类型,进程:1;网络:2;文件:3;ssh:4;
-
setType
public void setType(Long Type)
Set 该结点类型,进程:1;网络:2;文件:3;ssh:4;- Parameters:
Type- 该结点类型,进程:1;网络:2;文件:3;ssh:4;
-
getVid
public String getVid()
Get 该节点包含的vid- Returns:
- Vid 该节点包含的vid
-
setVid
public void setVid(String Vid)
Set 该节点包含的vid- Parameters:
Vid- 该节点包含的vid
-
getParentVid
public String getParentVid()
Get 该节点的父节点vid- Returns:
- ParentVid 该节点的父节点vid
-
setParentVid
public void setParentVid(String ParentVid)
Set 该节点的父节点vid- Parameters:
ParentVid- 该节点的父节点vid
-
getIsLeaf
public Boolean getIsLeaf()
Get 是否叶子- Returns:
- IsLeaf 是否叶子
-
setIsLeaf
public void setIsLeaf(Boolean IsLeaf)
Set 是否叶子- Parameters:
IsLeaf- 是否叶子
-
getProcNamePrefix
public String getProcNamePrefix()
Get 进程名,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProcNamePrefix 进程名,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setProcNamePrefix
public void setProcNamePrefix(String ProcNamePrefix)
Set 进程名,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProcNamePrefix- 进程名,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getProcNameMd5
public String getProcNameMd5()
Get 进程名md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProcNameMd5 进程名md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setProcNameMd5
public void setProcNameMd5(String ProcNameMd5)
Set 进程名md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProcNameMd5- 进程名md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getCmdLinePrefix
public String getCmdLinePrefix()
Get 命令行,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CmdLinePrefix 命令行,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setCmdLinePrefix
public void setCmdLinePrefix(String CmdLinePrefix)
Set 命令行,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CmdLinePrefix- 命令行,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getCmdLineMd5
public String getCmdLineMd5()
Get 命令行md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CmdLineMd5 命令行md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setCmdLineMd5
public void setCmdLineMd5(String CmdLineMd5)
Set 命令行md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CmdLineMd5- 命令行md5,当Type=1时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getFilePathPrefix
public String getFilePathPrefix()
Get 文件路径,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FilePathPrefix 文件路径,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setFilePathPrefix
public void setFilePathPrefix(String FilePathPrefix)
Set 文件路径,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FilePathPrefix- 文件路径,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getAddressPrefix
public String getAddressPrefix()
Get 请求目的地址,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AddressPrefix 请求目的地址,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setAddressPrefix
public void setAddressPrefix(String AddressPrefix)
Set 请求目的地址,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AddressPrefix- 请求目的地址,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getIsWeDetect
public Boolean getIsWeDetect()
Get 是否漏洞节点- Returns:
- IsWeDetect 是否漏洞节点
-
setIsWeDetect
public void setIsWeDetect(Boolean IsWeDetect)
Set 是否漏洞节点- Parameters:
IsWeDetect- 是否漏洞节点
-
getIsAlarm
public Boolean getIsAlarm()
Get 是否告警节点- Returns:
- IsAlarm 是否告警节点
-
setIsAlarm
public void setIsAlarm(Boolean IsAlarm)
Set 是否告警节点- Parameters:
IsAlarm- 是否告警节点
-
getFilePathMd5
public String getFilePathMd5()
Get 文件路径md5,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FilePathMd5 文件路径md5,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setFilePathMd5
public void setFilePathMd5(String FilePathMd5)
Set 文件路径md5,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FilePathMd5- 文件路径md5,当Type=3时使用 注意:此字段可能返回 null,表示取不到有效值。
-
getAddressMd5
public String getAddressMd5()
Get 请求目的地址md5,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AddressMd5 请求目的地址md5,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。
-
setAddressMd5
public void setAddressMd5(String AddressMd5)
Set 请求目的地址md5,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AddressMd5- 请求目的地址md5,当Type=2时使用 注意:此字段可能返回 null,表示取不到有效值。
-
-