Class RangeFacetResult
java.lang.Object
com.commercetools.graphql.api.types.RangeFacetResult
- All Implemented Interfaces:
FacetResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static RangeFacetResult.BuildervoidsetDataType(String dataType) voidsetRanges(List<RangeCount> ranges) voidtoString()
-
Constructor Details
-
RangeFacetResult
public RangeFacetResult() -
RangeFacetResult
-
-
Method Details
-
getDataType
-
setDataType
-
getRanges
-
setRanges
-
getType
- Specified by:
getTypein interfaceFacetResult
-
setType
- Specified by:
setTypein interfaceFacetResult
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-