Class FacetResponse

    • Constructor Detail

      • FacetResponse

        public FacetResponse()
    • Method Detail

      • getFacet

        public Facet getFacet()
        The facet which was determined in the search.
        Returns:
        The facet used in search
      • getValues

        public List<FacetValue> getValues()
        The values returned from search for this facet.
        Returns:
        The values for this facet
      • setFacet

        public void setFacet​(Facet facet)
        The facet which was determined in the search.
        Parameters:
        facet - The facet used in search
      • setValues

        public void setValues​(List<FacetValue> values)
        The values returned from search for this facet.
        Parameters:
        values - The values for this facet
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object