Package com.mypurecloud.sdk.v2.model
Class InsightsDetailsOverallPeriodPoints
java.lang.Object
com.mypurecloud.sdk.v2.model.InsightsDetailsOverallPeriodPoints
- All Implemented Interfaces:
Serializable
InsightsDetailsOverallPeriodPoints
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondataPointCount(Integer dataPointCount) Number of data pointsbooleaninthashCode()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) toString()
-
Constructor Details
-
InsightsDetailsOverallPeriodPoints
public InsightsDetailsOverallPeriodPoints() -
InsightsDetailsOverallPeriodPoints
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-