Class ContestScore

java.lang.Object
com.mypurecloud.sdk.v2.model.ContestScore
All Implemented Interfaces:
Serializable

public class ContestScore extends Object implements Serializable
ContestScore
See Also:
  • Constructor Details

    • ContestScore

      public ContestScore()
    • ContestScore

      public ContestScore(Boolean initWithEmptyList)
  • Method Details

    • score

      public ContestScore score(Double score)
      The Contest score
    • getScore

      public Double getScore()
    • setScore

      public void setScore(Double score)
    • totalPoints

      public ContestScore totalPoints(Double totalPoints)
      The Contest totalPoints
    • getTotalPoints

      public Double getTotalPoints()
    • setTotalPoints

      public void setTotalPoints(Double totalPoints)
    • percentOfGoal

      public ContestScore percentOfGoal(Double percentOfGoal)
      The Contest percentOfGoal
    • getPercentOfGoal

      public Double getPercentOfGoal()
    • setPercentOfGoal

      public void setPercentOfGoal(Double percentOfGoal)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object