@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineChartSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a line chart.
| Constructor and Description |
|---|
LineChartSortConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LineChartSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getCategoryItemsLimitConfiguration()
The limit on the number of categories that are displayed in a line chart.
|
List<FieldSortOptions> |
getCategorySort()
The sort configuration of the category fields.
|
ItemsLimitConfiguration |
getColorItemsLimitConfiguration()
The limit on the number of lines that are displayed in a line chart.
|
ItemsLimitConfiguration |
getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
|
List<FieldSortOptions> |
getSmallMultiplesSort()
The sort configuration of the small multiples field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
void |
setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
void |
setColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
void |
setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
void |
setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
String |
toString()
Returns a string representation of this object.
|
LineChartSortConfiguration |
withCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
|
LineChartSortConfiguration |
withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration |
withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
|
LineChartSortConfiguration |
withColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
|
LineChartSortConfiguration |
withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
|
LineChartSortConfiguration |
withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
|
LineChartSortConfiguration |
withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
|
public List<FieldSortOptions> getCategorySort()
The sort configuration of the category fields.
public void setCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.public LineChartSortConfiguration withCategorySort(FieldSortOptions... categorySort)
The sort configuration of the category fields.
NOTE: This method appends the values to the existing list (if any). Use
setCategorySort(java.util.Collection) or withCategorySort(java.util.Collection) if you want to
override the existing values.
categorySort - The sort configuration of the category fields.public LineChartSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The sort configuration of the category fields.
categorySort - The sort configuration of the category fields.public void setCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
categoryItemsLimitConfiguration - The limit on the number of categories that are displayed in a line chart.public ItemsLimitConfiguration getCategoryItemsLimitConfiguration()
The limit on the number of categories that are displayed in a line chart.
public LineChartSortConfiguration withCategoryItemsLimitConfiguration(ItemsLimitConfiguration categoryItemsLimitConfiguration)
The limit on the number of categories that are displayed in a line chart.
categoryItemsLimitConfiguration - The limit on the number of categories that are displayed in a line chart.public void setColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
colorItemsLimitConfiguration - The limit on the number of lines that are displayed in a line chart.public ItemsLimitConfiguration getColorItemsLimitConfiguration()
The limit on the number of lines that are displayed in a line chart.
public LineChartSortConfiguration withColorItemsLimitConfiguration(ItemsLimitConfiguration colorItemsLimitConfiguration)
The limit on the number of lines that are displayed in a line chart.
colorItemsLimitConfiguration - The limit on the number of lines that are displayed in a line chart.public List<FieldSortOptions> getSmallMultiplesSort()
The sort configuration of the small multiples field.
public void setSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.public LineChartSortConfiguration withSmallMultiplesSort(FieldSortOptions... smallMultiplesSort)
The sort configuration of the small multiples field.
NOTE: This method appends the values to the existing list (if any). Use
setSmallMultiplesSort(java.util.Collection) or withSmallMultiplesSort(java.util.Collection) if
you want to override the existing values.
smallMultiplesSort - The sort configuration of the small multiples field.public LineChartSortConfiguration withSmallMultiplesSort(Collection<FieldSortOptions> smallMultiplesSort)
The sort configuration of the small multiples field.
smallMultiplesSort - The sort configuration of the small multiples field.public void setSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.public ItemsLimitConfiguration getSmallMultiplesLimitConfiguration()
The limit on the number of small multiples panels that are displayed.
public LineChartSortConfiguration withSmallMultiplesLimitConfiguration(ItemsLimitConfiguration smallMultiplesLimitConfiguration)
The limit on the number of small multiples panels that are displayed.
smallMultiplesLimitConfiguration - The limit on the number of small multiples panels that are displayed.public String toString()
toString in class ObjectObject.toString()public LineChartSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.