Class QuerySuggestionsConfigurationResponseAllOf
java.lang.Object
com.algolia.model.querysuggestions.QuerySuggestionsConfigurationResponseAllOf
QuerySuggestionsConfigurationResponseAllOf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAppId()
Your Algolia application ID.API key used to read from external Algolia indices.API key used to read from your source index.API key used to write and configure your Query Suggestions index.int
hashCode()
setExternalIndicesAPIKey
(String externalIndicesAPIKey) setSourceIndicesAPIKey
(String sourceIndicesAPIKey) setSuggestionsIndicesAPIKey
(String suggestionsIndicesAPIKey) toString()
-
Constructor Details
-
QuerySuggestionsConfigurationResponseAllOf
public QuerySuggestionsConfigurationResponseAllOf()
-
-
Method Details
-
setAppId
-
getAppId
Your Algolia application ID.- Returns:
- appId
-
setSourceIndicesAPIKey
public QuerySuggestionsConfigurationResponseAllOf setSourceIndicesAPIKey(String sourceIndicesAPIKey) -
getSourceIndicesAPIKey
API key used to read from your source index.- Returns:
- sourceIndicesAPIKey
-
setSuggestionsIndicesAPIKey
public QuerySuggestionsConfigurationResponseAllOf setSuggestionsIndicesAPIKey(String suggestionsIndicesAPIKey) -
getSuggestionsIndicesAPIKey
API key used to write and configure your Query Suggestions index.- Returns:
- suggestionsIndicesAPIKey
-
setExternalIndicesAPIKey
public QuerySuggestionsConfigurationResponseAllOf setExternalIndicesAPIKey(String externalIndicesAPIKey) -
getExternalIndicesAPIKey
API key used to read from external Algolia indices.- Returns:
- externalIndicesAPIKey
-
equals
-
hashCode
public int hashCode() -
toString
-