Package org.gbif.api.model.common.search
Class Facet.Count
- java.lang.Object
-
- org.gbif.api.model.common.search.Facet.Count
-
- Enclosing class:
- Facet<T extends SearchParameter>
public static class Facet.Count extends Object
Nested class that represents the count of each category.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetCount()Number of occurrences of the category(name).StringgetName()Name is the label/name/title used to distinguish this category in the list of counts.inthashCode()voidsetCount(Long count)Sets the count of occurrences for this category.voidsetName(String name)Sets the name value of the category/count.StringtoString()
-