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 boolean
equals(Object o)
int
getCount()
String
getFilterQuery()
String
getLabel()
int
hashCode()
String
toString()
-