Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentAggregateQueryResponseStats
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentAggregateQueryResponseStats
- All Implemented Interfaces:
Serializable
LearningAssignmentAggregateQueryResponseStats
- See Also:
-
Constructor Summary
Constructors -
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
-
LearningAssignmentAggregateQueryResponseStats
public LearningAssignmentAggregateQueryResponseStats() -
LearningAssignmentAggregateQueryResponseStats
-
-
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
-