Package com.mypurecloud.sdk.v2.model
Class ContestMetricScoreRanked
java.lang.Object
com.mypurecloud.sdk.v2.model.ContestMetricScoreRanked
- All Implemented Interfaces:
Serializable
ContestMetricScoreRanked
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRank()getScore()inthashCode()metric(AddressableEntityRef metric) The gamification metric for the datapercentOfGoal(Double percentOfGoal) The Contest Metric percentOfGoalThe Contest Score rank, a lower rank is better (1 is the best)The Contest Metric scorevoidsetMetric(AddressableEntityRef metric) voidsetPercentOfGoal(Double percentOfGoal) voidvoidvoidsetTotalPoints(Double totalPoints) toString()totalPoints(Double totalPoints) The Contest Metric totalPoints
-
Constructor Details
-
ContestMetricScoreRanked
public ContestMetricScoreRanked() -
ContestMetricScoreRanked
-
-
Method Details
-
metric
The gamification metric for the data -
getMetric
-
setMetric
-
score
The Contest Metric score -
getScore
-
setScore
-
totalPoints
The Contest Metric totalPoints -
getTotalPoints
-
setTotalPoints
-
percentOfGoal
The Contest Metric percentOfGoal -
getPercentOfGoal
-
setPercentOfGoal
-
rank
The Contest Score rank, a lower rank is better (1 is the best) -
getRank
-
setRank
-
equals
-
hashCode
public int hashCode() -
toString
-