Package com.algolia.model.search
Class Languages
java.lang.Object
com.algolia.model.search.Languages
Dictionary language.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet compoundsGet pluralsGet stopwordsinthashCode()setCompounds(DictionaryLanguage compounds) setPlurals(DictionaryLanguage plurals) setStopwords(DictionaryLanguage stopwords) toString()
-
Constructor Details
-
Languages
public Languages()
-
-
Method Details
-
setPlurals
-
getPlurals
Get plurals- Returns:
- plurals
-
setStopwords
-
getStopwords
Get stopwords- Returns:
- stopwords
-
setCompounds
-
getCompounds
Get compounds- Returns:
- compounds
-
equals
-
hashCode
public int hashCode() -
toString
-