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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetFacet()The facet which was determined in the search.The values returned from search for this facet.inthashCode()voidThe facet which was determined in the search.voidsetValues(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
 
 -