Class ComponentSettingsResponse

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.ComponentSettingsResponse
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class ComponentSettingsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The default component settings for this project.
  • Constructor Details

    • ComponentSettingsResponse

      public ComponentSettingsResponse()
  • Method Details

    • getFieldsShown

      public ComponentSettingsFieldsShown getFieldsShown()
      Gets the fieldsShown.

      Fields shown in the results section of the UI.

      Returns:
      the fieldsShown
    • isAutocomplete

      public Boolean isAutocomplete()
      Gets the autocomplete.

      Whether or not autocomplete is enabled.

      Returns:
      the autocomplete
    • isStructuredSearch

      public Boolean isStructuredSearch()
      Gets the structuredSearch.

      Whether or not structured search is enabled.

      Returns:
      the structuredSearch
    • getResultsPerPage

      public Long getResultsPerPage()
      Gets the resultsPerPage.

      Number or results shown per page.

      Returns:
      the resultsPerPage
    • getAggregations

      public List<ComponentSettingsAggregation> getAggregations()
      Gets the aggregations.

      a list of component setting aggregations.

      Returns:
      the aggregations