Class DictionaryLanguage

java.lang.Object
com.algolia.model.search.DictionaryLanguage

public class DictionaryLanguage extends Object
Custom entries for a dictionary.
  • Constructor Details

    • DictionaryLanguage

      public DictionaryLanguage()
  • Method Details

    • setNbCustomEntries

      public DictionaryLanguage setNbCustomEntries(Integer nbCustomEntries)
    • getNbCustomEntries

      @Nullable public Integer getNbCustomEntries()
      If `0`, the dictionary hasn't been customized and only contains standard entries provided by Algolia. If `null`, that feature isn't available or isn't supported for that language.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object