@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScatterPlotCategoricallyAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field well of a scatter plot.
Constructor and Description |
---|
ScatterPlotCategoricallyAggregatedFieldWells() |
Modifier and Type | Method and Description |
---|---|
ScatterPlotCategoricallyAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getCategory()
The category field well of a scatter plot.
|
List<DimensionField> |
getLabel()
The label field well of a scatter plot.
|
List<MeasureField> |
getSize()
The size field well of a scatter plot.
|
List<MeasureField> |
getXAxis()
The x-axis field well of a scatter plot.
|
List<MeasureField> |
getYAxis()
The y-axis field well of a scatter plot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategory(Collection<DimensionField> category)
The category field well of a scatter plot.
|
void |
setLabel(Collection<DimensionField> label)
The label field well of a scatter plot.
|
void |
setSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
void |
setXAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
|
void |
setYAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
|
String |
toString()
Returns a string representation of this object.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withCategory(Collection<DimensionField> category)
The category field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withCategory(DimensionField... category)
The category field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withLabel(Collection<DimensionField> label)
The label field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withLabel(DimensionField... label)
The label field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withSize(Collection<MeasureField> size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withSize(MeasureField... size)
The size field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withXAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withXAxis(MeasureField... xAxis)
The x-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withYAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
|
ScatterPlotCategoricallyAggregatedFieldWells |
withYAxis(MeasureField... yAxis)
The y-axis field well of a scatter plot.
|
public ScatterPlotCategoricallyAggregatedFieldWells()
public List<MeasureField> getXAxis()
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
The x-axis is aggregated by category.
public void setXAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
public ScatterPlotCategoricallyAggregatedFieldWells withXAxis(MeasureField... xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
NOTE: This method appends the values to the existing list (if any). Use
setXAxis(java.util.Collection)
or withXAxis(java.util.Collection)
if you want to override the
existing values.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
public ScatterPlotCategoricallyAggregatedFieldWells withXAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
xAxis
- The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
public List<MeasureField> getYAxis()
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
The y-axis is aggregated by category.
public void setYAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
public ScatterPlotCategoricallyAggregatedFieldWells withYAxis(MeasureField... yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
NOTE: This method appends the values to the existing list (if any). Use
setYAxis(java.util.Collection)
or withYAxis(java.util.Collection)
if you want to override the
existing values.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
public ScatterPlotCategoricallyAggregatedFieldWells withYAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
yAxis
- The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
public List<DimensionField> getCategory()
The category field well of a scatter plot.
public void setCategory(Collection<DimensionField> category)
The category field well of a scatter plot.
category
- The category field well of a scatter plot.public ScatterPlotCategoricallyAggregatedFieldWells withCategory(DimensionField... category)
The category field well of a scatter plot.
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 well of a scatter plot.public ScatterPlotCategoricallyAggregatedFieldWells withCategory(Collection<DimensionField> category)
The category field well of a scatter plot.
category
- The category field well of a scatter plot.public List<MeasureField> getSize()
The size field well of a scatter plot.
public void setSize(Collection<MeasureField> size)
The size field well of a scatter plot.
size
- The size field well of a scatter plot.public ScatterPlotCategoricallyAggregatedFieldWells withSize(MeasureField... size)
The size field well of a scatter plot.
NOTE: This method appends the values to the existing list (if any). Use
setSize(java.util.Collection)
or withSize(java.util.Collection)
if you want to override the
existing values.
size
- The size field well of a scatter plot.public ScatterPlotCategoricallyAggregatedFieldWells withSize(Collection<MeasureField> size)
The size field well of a scatter plot.
size
- The size field well of a scatter plot.public List<DimensionField> getLabel()
The label field well of a scatter plot.
public void setLabel(Collection<DimensionField> label)
The label field well of a scatter plot.
label
- The label field well of a scatter plot.public ScatterPlotCategoricallyAggregatedFieldWells withLabel(DimensionField... label)
The label field well of a scatter plot.
NOTE: This method appends the values to the existing list (if any). Use
setLabel(java.util.Collection)
or withLabel(java.util.Collection)
if you want to override the
existing values.
label
- The label field well of a scatter plot.public ScatterPlotCategoricallyAggregatedFieldWells withLabel(Collection<DimensionField> label)
The label field well of a scatter plot.
label
- The label field well of a scatter plot.public String toString()
toString
in class Object
Object.toString()
public ScatterPlotCategoricallyAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.