Class FacetQueryContext
- java.lang.Object
-
- org.alfresco.rest.api.search.context.FacetQueryContext
-
public class FacetQueryContext extends Object
The results of a facet query
-
-
Constructor Summary
Constructors Constructor Description FacetQueryContext(String label, String filterQuery, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCount()StringgetFilterQuery()StringgetLabel()inthashCode()StringtoString()
-