Class FacetedMatchCount

java.lang.Object
com.symphony.bdk.gen.api.model.FacetedMatchCount

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class FacetedMatchCount extends Object
An object respresenting the result count of faceted search.
  • Field Details

  • Constructor Details

    • FacetedMatchCount

      public FacetedMatchCount()
  • Method Details

    • facet

      public FacetedMatchCount facet(String facet)
    • getFacet

      @Nullable public String getFacet()
      The matched query.
      Returns:
      facet
    • setFacet

      public void setFacet(String facet)
    • count

      public FacetedMatchCount count(Integer count)
    • getCount

      @Nullable public Integer getCount()
      The result count.
      Returns:
      count
    • setCount

      public void setCount(Integer count)
    • equals

      public boolean equals(Object o)
      Return true if this FacetedMatchCount object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object