@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BoxPlotAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field well for a box plot.
| Constructor and Description |
|---|
BoxPlotAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
BoxPlotAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getGroupBy()
The group by field well of a box plot chart.
|
List<MeasureField> |
getValues()
The value field well of a box plot chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGroupBy(Collection<DimensionField> groupBy)
The group by field well of a box plot chart.
|
void |
setValues(Collection<MeasureField> values)
The value field well of a box plot chart.
|
String |
toString()
Returns a string representation of this object.
|
BoxPlotAggregatedFieldWells |
withGroupBy(Collection<DimensionField> groupBy)
The group by field well of a box plot chart.
|
BoxPlotAggregatedFieldWells |
withGroupBy(DimensionField... groupBy)
The group by field well of a box plot chart.
|
BoxPlotAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The value field well of a box plot chart.
|
BoxPlotAggregatedFieldWells |
withValues(MeasureField... values)
The value field well of a box plot chart.
|
public List<DimensionField> getGroupBy()
The group by field well of a box plot chart. Values are grouped based on group by fields.
public void setGroupBy(Collection<DimensionField> groupBy)
The group by field well of a box plot chart. Values are grouped based on group by fields.
groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.public BoxPlotAggregatedFieldWells withGroupBy(DimensionField... groupBy)
The group by field well of a box plot chart. Values are grouped based on group by fields.
NOTE: This method appends the values to the existing list (if any). Use
setGroupBy(java.util.Collection) or withGroupBy(java.util.Collection) if you want to override
the existing values.
groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.public BoxPlotAggregatedFieldWells withGroupBy(Collection<DimensionField> groupBy)
The group by field well of a box plot chart. Values are grouped based on group by fields.
groupBy - The group by field well of a box plot chart. Values are grouped based on group by fields.public List<MeasureField> getValues()
The value field well of a box plot chart. Values are aggregated based on group by fields.
public void setValues(Collection<MeasureField> values)
The value field well of a box plot chart. Values are aggregated based on group by fields.
values - The value field well of a box plot chart. Values are aggregated based on group by fields.public BoxPlotAggregatedFieldWells withValues(MeasureField... values)
The value field well of a box plot chart. Values are aggregated based on group by fields.
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 well of a box plot chart. Values are aggregated based on group by fields.public BoxPlotAggregatedFieldWells withValues(Collection<MeasureField> values)
The value field well of a box plot chart. Values are aggregated based on group by fields.
values - The value field well of a box plot chart. Values are aggregated based on group by fields.public String toString()
toString in class ObjectObject.toString()public BoxPlotAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.