public static final class DescribeTraceInfoDetailResponseBody.VertexList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeTraceInfoDetailResponseBody.VertexList |
build() |
DescribeTraceInfoDetailResponseBody.VertexList.Builder |
count(Integer count)
The number of times.
|
DescribeTraceInfoDetailResponseBody.VertexList.Builder |
id(String id)
The ID of the vertex.
|
DescribeTraceInfoDetailResponseBody.VertexList.Builder |
name(String name)
The name of the entity represented by the vertex.
|
DescribeTraceInfoDetailResponseBody.VertexList.Builder |
neighborList(List<DescribeTraceInfoDetailResponseBody.NeighborList> neighborList)
An array that consists of the neighbor nodes.
|
DescribeTraceInfoDetailResponseBody.VertexList.Builder |
time(String time)
The point in time.
|
DescribeTraceInfoDetailResponseBody.VertexList.Builder |
type(String type)
The type of the entity represented by the vertex.
|
public DescribeTraceInfoDetailResponseBody.VertexList.Builder count(Integer count)
The number of times.
example:1
public DescribeTraceInfoDetailResponseBody.VertexList.Builder id(String id)
The ID of the vertex.
example:a1d1fa39e5345dcef3f9712172xxxxxx
public DescribeTraceInfoDetailResponseBody.VertexList.Builder name(String name)
The name of the entity represented by the vertex.
example:/usr/local/tomcat
public DescribeTraceInfoDetailResponseBody.VertexList.Builder neighborList(List<DescribeTraceInfoDetailResponseBody.NeighborList> neighborList)
An array that consists of the neighbor nodes.
public DescribeTraceInfoDetailResponseBody.VertexList.Builder time(String time)
The point in time.
example:2022-12-21 10:24:42
public DescribeTraceInfoDetailResponseBody.VertexList.Builder type(String type)
The type of the entity represented by the vertex.
example:file_path
public DescribeTraceInfoDetailResponseBody.VertexList build()
Copyright © 2026. All rights reserved.