public static class IndicatorAttribute.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IndicatorAttribute.Builder |
attribution(List<DataAttribution> attribution)
The array of attribution data that support this attribute.
|
IndicatorAttribute |
build() |
IndicatorAttribute.Builder |
copy(IndicatorAttribute model) |
IndicatorAttribute.Builder |
name(String name)
The name of the attribute.
|
IndicatorAttribute.Builder |
value(String value)
The value of the attribute.
|
public IndicatorAttribute.Builder name(String name)
The name of the attribute.
name
- the value to setpublic IndicatorAttribute.Builder value(String value)
The value of the attribute.
value
- the value to setpublic IndicatorAttribute.Builder attribution(List<DataAttribution> attribution)
The array of attribution data that support this attribute.
attribution
- the value to setpublic IndicatorAttribute build()
public IndicatorAttribute.Builder copy(IndicatorAttribute model)
Copyright © 2016–2024. All rights reserved.