Class TrendingItems

java.lang.Object
com.algolia.model.recommend.TrendingItems

public class TrendingItems extends Object
TrendingItems
  • Constructor Details

    • TrendingItems

      public TrendingItems()
  • Method Details

    • setFacetName

      public TrendingItems setFacetName(String facetName)
    • getFacetName

      @Nonnull public String getFacetName()
      Facet attribute. To be used in combination with `facetValue`. If specified, only recommendations matching the facet filter will be returned.
    • setFacetValue

      public TrendingItems setFacetValue(String facetValue)
    • getFacetValue

      @Nonnull public String getFacetValue()
      Facet value. To be used in combination with `facetName`. If specified, only recommendations matching the facet filter will be returned.
    • setModel

      public TrendingItems setModel(TrendingItemsModel model)
    • getModel

      @Nonnull public TrendingItemsModel getModel()
      Get model
    • setFallbackParameters

      public TrendingItems setFallbackParameters(SearchParamsObject fallbackParameters)
    • getFallbackParameters

      @Nullable public SearchParamsObject getFallbackParameters()
      Get fallbackParameters
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object