@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineChartAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a line chart.
| Constructor and Description |
|---|
LineChartAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
LineChartAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getCategory()
The category field wells of a line chart.
|
List<DimensionField> |
getColors()
The color field wells of a line chart.
|
List<DimensionField> |
getSmallMultiples()
The small multiples field well of a line chart.
|
List<MeasureField> |
getValues()
The value field wells of a line chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategory(Collection<DimensionField> category)
The category field wells of a line chart.
|
void |
setColors(Collection<DimensionField> colors)
The color field wells of a line chart.
|
void |
setSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a line chart.
|
void |
setValues(Collection<MeasureField> values)
The value field wells of a line chart.
|
String |
toString()
Returns a string representation of this object.
|
LineChartAggregatedFieldWells |
withCategory(Collection<DimensionField> category)
The category field wells of a line chart.
|
LineChartAggregatedFieldWells |
withCategory(DimensionField... category)
The category field wells of a line chart.
|
LineChartAggregatedFieldWells |
withColors(Collection<DimensionField> colors)
The color field wells of a line chart.
|
LineChartAggregatedFieldWells |
withColors(DimensionField... colors)
The color field wells of a line chart.
|
LineChartAggregatedFieldWells |
withSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a line chart.
|
LineChartAggregatedFieldWells |
withSmallMultiples(DimensionField... smallMultiples)
The small multiples field well of a line chart.
|
LineChartAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The value field wells of a line chart.
|
LineChartAggregatedFieldWells |
withValues(MeasureField... values)
The value field wells of a line chart.
|
public List<DimensionField> getCategory()
The category field wells of a line chart. Values are grouped by category fields.
public void setCategory(Collection<DimensionField> category)
The category field wells of a line chart. Values are grouped by category fields.
category - The category field wells of a line chart. Values are grouped by category fields.public LineChartAggregatedFieldWells withCategory(DimensionField... category)
The category field wells of a line chart. Values are grouped by category fields.
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 field wells of a line chart. Values are grouped by category fields.public LineChartAggregatedFieldWells withCategory(Collection<DimensionField> category)
The category field wells of a line chart. Values are grouped by category fields.
category - The category field wells of a line chart. Values are grouped by category fields.public List<MeasureField> getValues()
The value field wells of a line chart. Values are aggregated based on categories.
public void setValues(Collection<MeasureField> values)
The value field wells of a line chart. Values are aggregated based on categories.
values - The value field wells of a line chart. Values are aggregated based on categories.public LineChartAggregatedFieldWells withValues(MeasureField... values)
The value field wells of a line chart. Values are aggregated based on categories.
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 line chart. Values are aggregated based on categories.public LineChartAggregatedFieldWells withValues(Collection<MeasureField> values)
The value field wells of a line chart. Values are aggregated based on categories.
values - The value field wells of a line chart. Values are aggregated based on categories.public List<DimensionField> getColors()
The color field wells of a line chart. Values are grouped by category fields.
public void setColors(Collection<DimensionField> colors)
The color field wells of a line chart. Values are grouped by category fields.
colors - The color field wells of a line chart. Values are grouped by category fields.public LineChartAggregatedFieldWells withColors(DimensionField... colors)
The color field wells of a line chart. Values are grouped by category fields.
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 field wells of a line chart. Values are grouped by category fields.public LineChartAggregatedFieldWells withColors(Collection<DimensionField> colors)
The color field wells of a line chart. Values are grouped by category fields.
colors - The color field wells of a line chart. Values are grouped by category fields.public List<DimensionField> getSmallMultiples()
The small multiples field well of a line chart.
public void setSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a line chart.
smallMultiples - The small multiples field well of a line chart.public LineChartAggregatedFieldWells withSmallMultiples(DimensionField... smallMultiples)
The small multiples field well of a line 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 line chart.public LineChartAggregatedFieldWells withSmallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a line chart.
smallMultiples - The small multiples field well of a line chart.public String toString()
toString in class ObjectObject.toString()public LineChartAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.