Class GenericFacetResponse

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class GenericFacetResponse
    
                        
    • 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 getType() The facet type, eg.
      final Unit setType(@Json(name = "type") String type) The facet type, eg.
      final String getLabel() The field name or its explicit label, if provided on the request
      final Unit setLabel(@Json(name = "label") String label) The field name or its explicit label, if provided on the request
      final List<GenericBucket> getBuckets() An array of buckets and values
      final Unit setBuckets(@Json(name = "buckets") List<GenericBucket> buckets) An array of buckets and values
      • Methods inherited from class java.lang.Object

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