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 boolean
equals(Object o)
Long
getCount()
Number of occurrences of the category(name).String
getName()
Name is the label/name/title used to distinguish this category in the list of counts.int
hashCode()
void
setCount(Long count)
Sets the count of occurrences for this category.void
setName(String name)
Sets the name value of the category/count.String
toString()
-