public final class FilteredFacetResult extends Base implements FacetResult
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
The number of variants matching the filter value.
|
Long |
getProductCount()
The number of products matching the filter value.
|
static FilteredFacetResult |
of(Long count) |
static FilteredFacetResult |
of(Long count,
Long productCount) |
public Long getCount()
@Nullable public Long getProductCount()
public static FilteredFacetResult of(Long count)
public static FilteredFacetResult of(Long count, Long productCount)