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