public class ComponentSettingsAggregation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ComponentSettingsAggregation.VisualizationType
Type of visualization to use when rendering the aggregation.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
label |
protected java.lang.Boolean |
multipleSelectionsAllowed |
protected java.lang.String |
name |
protected java.lang.String |
visualizationType |
Constructor and Description |
---|
ComponentSettingsAggregation() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel()
Gets the label.
|
java.lang.String |
getName()
Gets the name.
|
java.lang.String |
getVisualizationType()
Gets the visualizationType.
|
java.lang.Boolean |
isMultipleSelectionsAllowed()
Gets the multipleSelectionsAllowed.
|
protected java.lang.String name
protected java.lang.String label
@SerializedName(value="multiple_selections_allowed") protected java.lang.Boolean multipleSelectionsAllowed
@SerializedName(value="visualization_type") protected java.lang.String visualizationType
public java.lang.String getName()
Identifier used to map aggregation settings to aggregation configuration.
public java.lang.String getLabel()
User-friendly alias for the aggregation.
public java.lang.Boolean isMultipleSelectionsAllowed()
Whether users is allowed to select more than one of the aggregation terms.
public java.lang.String getVisualizationType()
Type of visualization to use when rendering the aggregation.