public static final class DescribeChartDataResponseBody.SingleData.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeChartDataResponseBody.SingleData |
build() |
DescribeChartDataResponseBody.SingleData.Builder |
name(String name)
The name of the data type.
|
DescribeChartDataResponseBody.SingleData.Builder |
type(String type)
The type of the data.
|
DescribeChartDataResponseBody.SingleData.Builder |
value(Long value)
The value in the single value chart.
|
public DescribeChartDataResponseBody.SingleData.Builder name(String name)
The name of the data type.
example:suspicious
public DescribeChartDataResponseBody.SingleData.Builder type(String type)
The type of the data.
example:suspicious
public DescribeChartDataResponseBody.SingleData.Builder value(Long value)
The value in the single value chart.
example:172
public DescribeChartDataResponseBody.SingleData build()
Copyright © 2026. All rights reserved.