Package com.loop54.model.response
Class DistinctFacet.DistinctFacetItem
java.lang.Object
com.loop54.model.response.DistinctFacet.DistinctFacetItem
- Enclosing class:
- DistinctFacet
Represents a facet option found in the result set.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
item
-
count
public int countNumber of entities belonging to this option. -
selected
public boolean selectedWhether or not this option was marked selected in the request.
-
-
Constructor Details
-
DistinctFacetItem
public DistinctFacetItem()
-
-
Method Details
-
getItem
Gets the facet option as the type provided.- Type Parameters:
T- The type of the expected facet value.- Parameters:
clazz- Type of the option. Must match the type of the attribute faceted on.- Returns:
- The facet option as the type provided.
-