public static final class DescribeChartDataResponseBody.MultipleData.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeChartDataResponseBody.MultipleData |
build() |
DescribeChartDataResponseBody.MultipleData.Builder |
color(String color)
The font color, which is an RGBA value.
|
DescribeChartDataResponseBody.MultipleData.Builder |
name(String name)
The name of the data type.
|
DescribeChartDataResponseBody.MultipleData.Builder |
type(String type)
The type of the data.
|
DescribeChartDataResponseBody.MultipleData.Builder |
value(Long value)
The attribute value.
|
public DescribeChartDataResponseBody.MultipleData.Builder color(String color)
The font color, which is an RGBA value.
example:#FFA800
public DescribeChartDataResponseBody.MultipleData.Builder name(String name)
The name of the data type.
example:Safety
public DescribeChartDataResponseBody.MultipleData.Builder type(String type)
The type of the data.
example:safe
public DescribeChartDataResponseBody.MultipleData.Builder value(Long value)
The attribute value.
example:0
public DescribeChartDataResponseBody.MultipleData build()
Copyright © 2026. All rights reserved.