Class Stopword
- java.lang.Object
-
- com.algolia.search.models.dictionary.Stopword
-
- All Implemented Interfaces:
DictionaryEntry,Serializable
public class Stopword extends Object implements DictionaryEntry, Serializable
Represents an entry for Stopword dictionary.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLanguage()Language ISO code supported by the dictionary.StringgetObjectID()Unique identifier of the entry to add or override.StringgetState()StringgetWord()inthashCode()StopwordsetLanguage(String language)StopwordsetObjectID(String objectID)StopwordsetState(String state)StopwordsetWord(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()
-
getState
public String getState()
-
-