@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RadarChartSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a RadarChartVisual
.
Constructor and Description |
---|
RadarChartSortConfiguration() |
Modifier and Type | Method and Description |
---|---|
RadarChartSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getCategoryItemsLimit()
The category items limit for a radar chart.
|
List<FieldSortOptions> |
getCategorySort()
The category sort options of a radar chart.
|
ItemsLimitConfiguration |
getColorItemsLimit()
The color items limit of a radar chart.
|
List<FieldSortOptions> |
getColorSort()
The color sort configuration of a radar chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
|
void |
setCategorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
|
void |
setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
|
void |
setColorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
|
String |
toString()
Returns a string representation of this object.
|
RadarChartSortConfiguration |
withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
|
RadarChartSortConfiguration |
withCategorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
|
RadarChartSortConfiguration |
withCategorySort(FieldSortOptions... categorySort)
The category sort options of a radar chart.
|
RadarChartSortConfiguration |
withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
|
RadarChartSortConfiguration |
withColorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
|
RadarChartSortConfiguration |
withColorSort(FieldSortOptions... colorSort)
The color sort configuration of a radar chart.
|
public List<FieldSortOptions> getCategorySort()
The category sort options of a radar chart.
public void setCategorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
categorySort
- The category sort options of a radar chart.public RadarChartSortConfiguration withCategorySort(FieldSortOptions... categorySort)
The category sort options of a radar chart.
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 category sort options of a radar chart.public RadarChartSortConfiguration withCategorySort(Collection<FieldSortOptions> categorySort)
The category sort options of a radar chart.
categorySort
- The category sort options of a radar chart.public void setCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
categoryItemsLimit
- The category items limit for a radar chart.public ItemsLimitConfiguration getCategoryItemsLimit()
The category items limit for a radar chart.
public RadarChartSortConfiguration withCategoryItemsLimit(ItemsLimitConfiguration categoryItemsLimit)
The category items limit for a radar chart.
categoryItemsLimit
- The category items limit for a radar chart.public List<FieldSortOptions> getColorSort()
The color sort configuration of a radar chart.
public void setColorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
colorSort
- The color sort configuration of a radar chart.public RadarChartSortConfiguration withColorSort(FieldSortOptions... colorSort)
The color sort configuration of a radar chart.
NOTE: This method appends the values to the existing list (if any). Use
setColorSort(java.util.Collection)
or withColorSort(java.util.Collection)
if you want to
override the existing values.
colorSort
- The color sort configuration of a radar chart.public RadarChartSortConfiguration withColorSort(Collection<FieldSortOptions> colorSort)
The color sort configuration of a radar chart.
colorSort
- The color sort configuration of a radar chart.public void setColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
colorItemsLimit
- The color items limit of a radar chart.public ItemsLimitConfiguration getColorItemsLimit()
The color items limit of a radar chart.
public RadarChartSortConfiguration withColorItemsLimit(ItemsLimitConfiguration colorItemsLimit)
The color items limit of a radar chart.
colorItemsLimit
- The color items limit of a radar chart.public String toString()
toString
in class Object
Object.toString()
public RadarChartSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.