Interface ProductSearchFacetResultBucketEntry


public interface ProductSearchFacetResultBucketEntry
ProductSearchFacetResultBucketEntry
Example to create an instance using the builder pattern

     ProductSearchFacetResultBucketEntry productSearchFacetResultBucketEntry = ProductSearchFacetResultBucketEntry.builder()
             .key("{key}")
             .count(0.3)
             .build()