public static final class DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList |
build() |
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
endId(String endId)
ID of the end point of the edge.
|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
endType(String endType)
The type of the end point of the current edge.
|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
name(String name)
Edge name.
|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
startId(String startId)
Start vertex id of edge.
|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
startType(String startType)
The type of the starting point of the edge.
|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
time(String time)
The time when the edge was established.
|
DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder |
type(String type)
The type of the edge.
|
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder endId(String endId)
ID of the end point of the edge.
example:f944c2362c7e111dee16f0e70ad2xxxx
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder endType(String endType)
The type of the end point of the current edge. Possible values include but are not limited to:
process
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder name(String name)
Edge name.
example:bash->apt-get
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder startId(String startId)
Start vertex id of edge.
example:f944c2362c7e111dee16f0e70ad2xxxx
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder startType(String startType)
The type of the starting point of the edge. Possible values include, but are not limited to:
file
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder time(String time)
The time when the edge was established.
example:2024-07-01 15:25:46
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList.Builder type(String type)
The type of the edge.
example:process_spawn_process
public DescribeGraph4InvestigationOnlineResponseBody.EdgeList build()
Copyright © 2026. All rights reserved.