Class FacetResponse
java.lang.Object
com.broadleafcommerce.search.api.domain.FacetResponse
- All Implemented Interfaces:
Serializable
Represents a search facet and its results from a search response.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getFacet()
The facet which was determined in the search.The values returned from search for this facet.int
hashCode()
void
The facet which was determined in the search.void
setValues
(List<FacetValue> values) The values returned from search for this facet.toString()
-
Constructor Details
-
FacetResponse
public FacetResponse()
-
-
Method Details
-
getFacet
The facet which was determined in the search.- Returns:
- The facet used in search
-
getValues
The values returned from search for this facet.- Returns:
- The values for this facet
-
setFacet
The facet which was determined in the search.- Parameters:
facet
- The facet used in search
-
setValues
The values returned from search for this facet.- Parameters:
values
- The values for this facet
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-