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