Package com.mypurecloud.sdk.v2.model
Class AnalyticsQueryAggregation
java.lang.Object
com.mypurecloud.sdk.v2.model.AnalyticsQueryAggregation
- All Implemented Interfaces:
Serializable
AnalyticsQueryAggregation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOptional type, can usually be inferred -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFor use with termFrequency aggregationsbooleangetSize()getType()inthashCode()For use with numericRange aggregationsranges(List<AggregationRange> ranges) For use with numericRange aggregationsvoidsetDimension(String dimension) voidvoidsetRanges(List<AggregationRange> ranges) voidvoidFor use with termFrequency aggregationstoString()Optional type, can usually be inferred
-
Constructor Details
-
AnalyticsQueryAggregation
public AnalyticsQueryAggregation() -
AnalyticsQueryAggregation
-
-
Method Details
-
type
Optional type, can usually be inferred -
getType
-
setType
-
dimension
For use with termFrequency aggregations -
getDimension
-
setDimension
-
metric
For use with numericRange aggregations -
getMetric
-
setMetric
-
size
For use with termFrequency aggregations -
getSize
-
setSize
-
ranges
For use with numericRange aggregations -
getRanges
-
setRanges
-
equals
-
hashCode
public int hashCode() -
toString
-