@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BarChartAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field wells of a bar chart.
| Constructor and Description |
|---|
BarChartAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
BarChartAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getCategory()
The category (y-axis) field well of a bar chart.
|
List<DimensionField> |
getColors()
The color (group/color) field well of a bar chart.
|
List<DimensionField> |
getSmallMultiples()
The small multiples field well of a bar chart.
|
List<MeasureField> |
getValues()
The value field wells of a bar chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCategory(Collection<DimensionField> category)
The category (y-axis) field well of a bar chart.
|
void |
setColors(Collection<DimensionField> colors)
The color (group/color) field well of a bar chart.
|
void |
setSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a bar chart.
|
void |
setValues(Collection<MeasureField> values)
The value field wells of a bar chart.
|
String |
toString()
Returns a string representation of this object.
|
BarChartAggregatedFieldWells |
withCategory(Collection<DimensionField> category)
The category (y-axis) field well of a bar chart.
|
BarChartAggregatedFieldWells |
withCategory(DimensionField... category)
The category (y-axis) field well of a bar chart.
|
BarChartAggregatedFieldWells |
withColors(Collection<DimensionField> colors)
The color (group/color) field well of a bar chart.
|
BarChartAggregatedFieldWells |
withColors(DimensionField... colors)
The color (group/color) field well of a bar chart.
|
BarChartAggregatedFieldWells |
withSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a bar chart.
|
BarChartAggregatedFieldWells |
withSmallMultiples(DimensionField... smallMultiples)
The small multiples field well of a bar chart.
|
BarChartAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The value field wells of a bar chart.
|
BarChartAggregatedFieldWells |
withValues(MeasureField... values)
The value field wells of a bar chart.
|
public List<DimensionField> getCategory()
The category (y-axis) field well of a bar chart.
public void setCategory(Collection<DimensionField> category)
The category (y-axis) field well of a bar chart.
category - The category (y-axis) field well of a bar chart.public BarChartAggregatedFieldWells withCategory(DimensionField... category)
The category (y-axis) field well of a bar 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 category (y-axis) field well of a bar chart.public BarChartAggregatedFieldWells withCategory(Collection<DimensionField> category)
The category (y-axis) field well of a bar chart.
category - The category (y-axis) field well of a bar chart.public List<MeasureField> getValues()
The value field wells of a bar chart. Values are aggregated by category.
public void setValues(Collection<MeasureField> values)
The value field wells of a bar chart. Values are aggregated by category.
values - The value field wells of a bar chart. Values are aggregated by category.public BarChartAggregatedFieldWells withValues(MeasureField... values)
The value field wells of a bar chart. Values are aggregated by category.
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 value field wells of a bar chart. Values are aggregated by category.public BarChartAggregatedFieldWells withValues(Collection<MeasureField> values)
The value field wells of a bar chart. Values are aggregated by category.
values - The value field wells of a bar chart. Values are aggregated by category.public List<DimensionField> getColors()
The color (group/color) field well of a bar chart.
public void setColors(Collection<DimensionField> colors)
The color (group/color) field well of a bar chart.
colors - The color (group/color) field well of a bar chart.public BarChartAggregatedFieldWells withColors(DimensionField... colors)
The color (group/color) field well of a bar chart.
NOTE: This method appends the values to the existing list (if any). Use
setColors(java.util.Collection) or withColors(java.util.Collection) if you want to override the
existing values.
colors - The color (group/color) field well of a bar chart.public BarChartAggregatedFieldWells withColors(Collection<DimensionField> colors)
The color (group/color) field well of a bar chart.
colors - The color (group/color) field well of a bar chart.public List<DimensionField> getSmallMultiples()
The small multiples field well of a bar chart.
public void setSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a bar chart.
smallMultiples - The small multiples field well of a bar chart.public BarChartAggregatedFieldWells withSmallMultiples(DimensionField... smallMultiples)
The small multiples field well of a bar chart.
NOTE: This method appends the values to the existing list (if any). Use
setSmallMultiples(java.util.Collection) or withSmallMultiples(java.util.Collection) if you want
to override the existing values.
smallMultiples - The small multiples field well of a bar chart.public BarChartAggregatedFieldWells withSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a bar chart.
smallMultiples - The small multiples field well of a bar chart.public String toString()
toString in class ObjectObject.toString()public BarChartAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.