Package com.algolia.model.recommend
Class AutoFacetFilter
java.lang.Object
com.algolia.model.recommend.AutoFacetFilter
Facet attribute. Only recommendations with the same value (or only recommendations with a
different value) as the original viewed item are included.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFacet()Facet attribute.Whether the filter is negative.inthashCode()setNegative(Boolean negative) toString()
-
Constructor Details
-
AutoFacetFilter
public AutoFacetFilter()
-
-
Method Details
-
setFacet
-
getFacet
Facet attribute. -
setNegative
-
getNegative
Whether the filter is negative. If true, recommendations must not have the same value for the `facet` attribute. If false, recommendations must have the same value for the `facet` attribute. -
equals
-
hashCode
public int hashCode() -
toString
-