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.
  • Constructor Details

    • ComponentSettingsAggregation

      public ComponentSettingsAggregation()
  • Method Details

    • getName

      public String getName()
      Gets the name.

      Identifier used to map aggregation settings to aggregation configuration.

      Returns:
      the name
    • getLabel

      public String getLabel()
      Gets the label.

      User-friendly alias for the aggregation.

      Returns:
      the label
    • isMultipleSelectionsAllowed

      public Boolean isMultipleSelectionsAllowed()
      Gets the multipleSelectionsAllowed.

      Whether users is allowed to select more than one of the aggregation terms.

      Returns:
      the multipleSelectionsAllowed
    • getVisualizationType

      public String getVisualizationType()
      Gets the visualizationType.

      Type of visualization to use when rendering the aggregation.

      Returns:
      the visualizationType