public class ComponentSettingsResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ComponentSettingsAggregation> |
aggregations |
protected java.lang.Boolean |
autocomplete |
protected ComponentSettingsFieldsShown |
fieldsShown |
protected java.lang.Long |
resultsPerPage |
protected java.lang.Boolean |
structuredSearch |
Constructor and Description |
---|
ComponentSettingsResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentSettingsAggregation> |
getAggregations()
Gets the aggregations.
|
ComponentSettingsFieldsShown |
getFieldsShown()
Gets the fieldsShown.
|
java.lang.Long |
getResultsPerPage()
Gets the resultsPerPage.
|
java.lang.Boolean |
isAutocomplete()
Gets the autocomplete.
|
java.lang.Boolean |
isStructuredSearch()
Gets the structuredSearch.
|
@SerializedName(value="fields_shown") protected ComponentSettingsFieldsShown fieldsShown
protected java.lang.Boolean autocomplete
@SerializedName(value="structured_search") protected java.lang.Boolean structuredSearch
@SerializedName(value="results_per_page") protected java.lang.Long resultsPerPage
protected java.util.List<ComponentSettingsAggregation> aggregations
public ComponentSettingsFieldsShown getFieldsShown()
Fields shown in the results section of the UI.
public java.lang.Boolean isAutocomplete()
Whether or not autocomplete is enabled.
public java.lang.Boolean isStructuredSearch()
Whether or not structured search is enabled.
public java.lang.Long getResultsPerPage()
Number or results shown per page.
public java.util.List<ComponentSettingsAggregation> getAggregations()
a list of component setting aggregations.