@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RadarChartAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field well configuration of a RadarChartVisual.
| Constructor and Description |
|---|
RadarChartAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
RadarChartAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getCategory()
The aggregated field well categories of a radar chart.
|
List<DimensionField> |
getColor()
The color that are assigned to the aggregated field wells of a radar chart.
|
List<MeasureField> |
getValues()
The values that are assigned to the aggregated field wells of a radar chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategory(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
|
void |
setColor(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
|
void |
setValues(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
|
String |
toString()
Returns a string representation of this object.
|
RadarChartAggregatedFieldWells |
withCategory(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
|
RadarChartAggregatedFieldWells |
withCategory(DimensionField... category)
The aggregated field well categories of a radar chart.
|
RadarChartAggregatedFieldWells |
withColor(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells |
withColor(DimensionField... color)
The color that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
|
RadarChartAggregatedFieldWells |
withValues(MeasureField... values)
The values that are assigned to the aggregated field wells of a radar chart.
|
public List<DimensionField> getCategory()
The aggregated field well categories of a radar chart.
public void setCategory(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
category - The aggregated field well categories of a radar chart.public RadarChartAggregatedFieldWells withCategory(DimensionField... category)
The aggregated field well categories of a radar chart.
NOTE: This method appends the values to the existing list (if any). Use
setCategory(java.util.Collection) or withCategory(java.util.Collection) if you want to override
the existing values.
category - The aggregated field well categories of a radar chart.public RadarChartAggregatedFieldWells withCategory(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
category - The aggregated field well categories of a radar chart.public List<DimensionField> getColor()
The color that are assigned to the aggregated field wells of a radar chart.
public void setColor(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
color - The color that are assigned to the aggregated field wells of a radar chart.public RadarChartAggregatedFieldWells withColor(DimensionField... color)
The color that are assigned to the aggregated field wells of a radar chart.
NOTE: This method appends the values to the existing list (if any). Use
setColor(java.util.Collection) or withColor(java.util.Collection) if you want to override the
existing values.
color - The color that are assigned to the aggregated field wells of a radar chart.public RadarChartAggregatedFieldWells withColor(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
color - The color that are assigned to the aggregated field wells of a radar chart.public List<MeasureField> getValues()
The values that are assigned to the aggregated field wells of a radar chart.
public void setValues(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
values - The values that are assigned to the aggregated field wells of a radar chart.public RadarChartAggregatedFieldWells withValues(MeasureField... values)
The values that are assigned to the aggregated field wells of a radar chart.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - The values that are assigned to the aggregated field wells of a radar chart.public RadarChartAggregatedFieldWells withValues(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
values - The values that are assigned to the aggregated field wells of a radar chart.public String toString()
toString in class ObjectObject.toString()public RadarChartAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.