Package com.mypurecloud.sdk.v2.model
Class InsightsDetailsMetricPeriodPoints
java.lang.Object
com.mypurecloud.sdk.v2.model.InsightsDetailsMetricPeriodPoints
- All Implemented Interfaces:
Serializable
InsightsDetailsMetricPeriodPoints
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataPointCount(Integer dataPointCount) Number of data pointsbooleangetValue()inthashCode()Max possible pointspercentOfGoal(Double percentOfGoal) Percentage of the goalPoints scoredrankPercentagePoints(Integer rankPercentagePoints) The agent's rank in leader board for percentage on this metricrankTotalPoints(Integer rankTotalPoints) The agent's rank in leader board for points on this metricvoidsetDataPointCount(Integer dataPointCount) voidsetMaxPoints(Integer maxPoints) voidsetPercentOfGoal(Double percentOfGoal) voidvoidsetRankPercentagePoints(Integer rankPercentagePoints) voidsetRankTotalPoints(Integer rankTotalPoints) voidtoString()Average value
-
Constructor Details
-
InsightsDetailsMetricPeriodPoints
public InsightsDetailsMetricPeriodPoints() -
InsightsDetailsMetricPeriodPoints
-
-
Method Details
-
points
Points scored -
getPoints
-
setPoints
-
maxPoints
Max possible points -
getMaxPoints
-
setMaxPoints
-
dataPointCount
Number of data points -
getDataPointCount
-
setDataPointCount
-
percentOfGoal
Percentage of the goal -
getPercentOfGoal
-
setPercentOfGoal
-
rankTotalPoints
The agent's rank in leader board for points on this metric -
getRankTotalPoints
-
setRankTotalPoints
-
rankPercentagePoints
The agent's rank in leader board for percentage on this metric -
getRankPercentagePoints
-
setRankPercentagePoints
-
value
Average value -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-