Class Plural
- java.lang.Object
-
- com.algolia.search.models.dictionary.Plural
-
- All Implemented Interfaces:
DictionaryEntry,Serializable
public class Plural extends Object implements DictionaryEntry, Serializable
Represents an entry for Plurals 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.List<String>getWords()inthashCode()PluralsetLanguage(String language)PluralsetObjectID(String objectID)PluralsetWords(List<String> words)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
-
-