Class ResultBucketsBuckets

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class ResultBucketsBuckets
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLabel() The bucket label
      final Unit setLabel(@Json(name = "label") String label) The bucket label
      final String getFilterQuery() The filter query you can use to apply this facet
      final Unit setFilterQuery(@Json(name = "filterQuery") String filterQuery) The filter query you can use to apply this facet
      final Integer getCount() The count for the bucket
      final Unit setCount(@Json(name = "count") Integer count) The count for the bucket
      final String getDisplay() An optional field for additional display information
      final Unit setDisplay(@Json(name = "display") String display) An optional field for additional display information
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait