public static final class DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGraph4InvestigationOnlineResponseBody.VertexList |
build() |
DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder |
name(String name)
Vertex name.
|
DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder |
neighborList(List<DescribeGraph4InvestigationOnlineResponseBody.NeighborList> neighborList)
List of neighboring vertices of the current vertex.
|
DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder |
properties(String properties)
Properties.
|
DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder |
time(String time)
Time.
|
DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder |
type(String type)
Vertex type.
|
DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder |
uuid(String uuid)
Asset UUID.
|
public DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder name(String name)
Vertex name.
example:1a79b3a10ad5e6cad090dd697a7axxxxx
public DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder neighborList(List<DescribeGraph4InvestigationOnlineResponseBody.NeighborList> neighborList)
List of neighboring vertices of the current vertex.
public DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder properties(String properties)
Properties.
example:{"DomainName": {"SupportScratchDetection": False, "Description": "The name of the domain.", "Required": True, "UpdateAllowed": False, "Type": "string", "Immutable": False}}
public DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder time(String time)
Time.
example:2024-07-02 16:14:01
public DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder type(String type)
Vertex type.
example:alert
public DescribeGraph4InvestigationOnlineResponseBody.VertexList.Builder uuid(String uuid)
Asset UUID.
example:5c081b02-f66a-47a4-bd2f-79ee3eafxxxx
public DescribeGraph4InvestigationOnlineResponseBody.VertexList build()
Copyright © 2026. All rights reserved.