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 Summary
Constructors Constructor Description ComponentSettingsResponse()
-
Method Summary
Modifier and Type Method Description List<ComponentSettingsAggregation>
getAggregations()
Gets the aggregations.ComponentSettingsFieldsShown
getFieldsShown()
Gets the fieldsShown.Long
getResultsPerPage()
Gets the resultsPerPage.Boolean
isAutocomplete()
Gets the autocomplete.Boolean
isStructuredSearch()
Gets the structuredSearch.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ComponentSettingsResponse
public ComponentSettingsResponse()
-
-
Method Details
-
getFieldsShown
Gets the fieldsShown.Fields shown in the results section of the UI.
- Returns:
- the fieldsShown
-
isAutocomplete
Gets the autocomplete.Whether or not autocomplete is enabled.
- Returns:
- the autocomplete
-
isStructuredSearch
Gets the structuredSearch.Whether or not structured search is enabled.
- Returns:
- the structuredSearch
-
getResultsPerPage
Gets the resultsPerPage.Number or results shown per page.
- Returns:
- the resultsPerPage
-
getAggregations
Gets the aggregations.a list of component setting aggregations.
- Returns:
- the aggregations
-