Class ComponentSettingsAggregation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.ComponentSettingsAggregation
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ComponentSettingsAggregation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Display settings for aggregations.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ComponentSettingsAggregation.VisualizationType
Type of visualization to use when rendering the aggregation. -
Constructor Summary
Constructors Constructor Description ComponentSettingsAggregation()
-
Method Summary
Modifier and Type Method Description String
getLabel()
Gets the label.String
getName()
Gets the name.String
getVisualizationType()
Gets the visualizationType.Boolean
isMultipleSelectionsAllowed()
Gets the multipleSelectionsAllowed.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ComponentSettingsAggregation
public ComponentSettingsAggregation()
-
-
Method Details
-
getName
Gets the name.Identifier used to map aggregation settings to aggregation configuration.
- Returns:
- the name
-
getLabel
Gets the label.User-friendly alias for the aggregation.
- Returns:
- the label
-
isMultipleSelectionsAllowed
Gets the multipleSelectionsAllowed.Whether users is allowed to select more than one of the aggregation terms.
- Returns:
- the multipleSelectionsAllowed
-
getVisualizationType
Gets the visualizationType.Type of visualization to use when rendering the aggregation.
- Returns:
- the visualizationType
-