public static final class DescribeChartDataResponseBody.YAxisList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeChartDataResponseBody.YAxisList |
build() |
DescribeChartDataResponseBody.YAxisList.Builder |
name(String name)
The name of the data type.
|
DescribeChartDataResponseBody.YAxisList.Builder |
subType(String subType)
The subtype data of the chart.
|
DescribeChartDataResponseBody.YAxisList.Builder |
type(String type)
The type of the data.
|
DescribeChartDataResponseBody.YAxisList.Builder |
value(List<String> value)
The values of the y-axis that corresponds to x-axis points.
|
public DescribeChartDataResponseBody.YAxisList.Builder name(String name)
The name of the data type.
example:Port
public DescribeChartDataResponseBody.YAxisList.Builder subType(String subType)
The subtype data of the chart.
example:CID_SUSPICIOUS_TREND-AL
public DescribeChartDataResponseBody.YAxisList.Builder type(String type)
The type of the data.
example:high
public DescribeChartDataResponseBody.YAxisList.Builder value(List<String> value)
The values of the y-axis that corresponds to x-axis points.
public DescribeChartDataResponseBody.YAxisList build()
Copyright © 2026. All rights reserved.