Class DefaultNumericRangeFacetResult
- java.lang.Object
-
- com.couchbase.client.java.search.result.AbstractFacetResult
-
- com.couchbase.client.java.search.result.DefaultNumericRangeFacetResult
-
- All Implemented Interfaces:
FacetResult
,NumericRangeFacetResult
@Volatile public class DefaultNumericRangeFacetResult extends AbstractFacetResult implements NumericRangeFacetResult
Implementation of aNumericRangeFacetResult
.- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
-
Constructor Summary
Constructors Constructor Description DefaultNumericRangeFacetResult(String name, String field, long total, long missing, long other, List<NumericRange> numericRanges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NumericRange>
numericRanges()
String
toString()
-
Methods inherited from class com.couchbase.client.java.search.result.AbstractFacetResult
field, missing, name, other, total
-
-
-
-
Constructor Detail
-
DefaultNumericRangeFacetResult
public DefaultNumericRangeFacetResult(String name, String field, long total, long missing, long other, List<NumericRange> numericRanges)
-
-
Method Detail
-
numericRanges
public List<NumericRange> numericRanges()
- Specified by:
numericRanges
in interfaceNumericRangeFacetResult
-
-