Package com.mypurecloud.sdk.v2.model
Class DevelopmentActivityAggregateQueryResponseStatistics
java.lang.Object
com.mypurecloud.sdk.v2.model.DevelopmentActivityAggregateQueryResponseStatistics
- All Implemented Interfaces:
Serializable
public class DevelopmentActivityAggregateQueryResponseStatistics
extends Object
implements Serializable
DevelopmentActivityAggregateQueryResponseStatistics
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDevelopmentActivityAggregateQueryResponseStatistics(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionThe count for this metricbooleangetCount()getMax()getMin()getSum()inthashCode()max(BigDecimal max) The maximum value in this metricmin(BigDecimal min) The minimum value in this metricvoidvoidsetMax(BigDecimal max) voidsetMin(BigDecimal min) voidsetSum(BigDecimal sum) sum(BigDecimal sum) The total of the values for this metrictoString()
-
Constructor Details
-
DevelopmentActivityAggregateQueryResponseStatistics
public DevelopmentActivityAggregateQueryResponseStatistics() -
DevelopmentActivityAggregateQueryResponseStatistics
-
-
Method Details
-
count
The count for this metric -
getCount
-
setCount
-
min
The minimum value in this metric -
getMin
-
setMin
-
max
The maximum value in this metric -
getMax
-
setMax
-
sum
The total of the values for this metric -
getSum
-
setSum
-
equals
-
hashCode
public int hashCode() -
toString
-