Class Compound
- java.lang.Object
-
- com.algolia.search.models.dictionary.Compound
-
- All Implemented Interfaces:
DictionaryEntry,Serializable
public class Compound extends Object implements DictionaryEntry, Serializable
Represents an entry for Compounds dictionary.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<String>getDecomposition()StringgetLanguage()Language ISO code supported by the dictionary.StringgetObjectID()Unique identifier of the entry to add or override.StringgetWord()inthashCode()CompoundsetDecomposition(List<String> decomposition)CompoundsetLanguage(String language)CompoundsetObjectID(String objectID)CompoundsetWord(String word)StringtoString()
-
-
-
Method Detail
-
getObjectID
public String getObjectID()
Description copied from interface:DictionaryEntryUnique identifier of the entry to add or override.- Specified by:
getObjectIDin interfaceDictionaryEntry
-
getLanguage
public String getLanguage()
Description copied from interface:DictionaryEntryLanguage ISO code supported by the dictionary.- Specified by:
getLanguagein interfaceDictionaryEntry
-
getWord
public String getWord()
-
-