java.lang.Object
dev.getelements.elements.sdk.model.leaderboard.Score

public class Score extends Object
  • Constructor Details

    • Score

      public Score()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getProfile

      public Profile getProfile()
    • setProfile

      public void setProfile(Profile profile)
    • getPointValue

      public double getPointValue()
    • setPointValue

      public void setPointValue(double pointValue)
    • getScoreUnits

      public String getScoreUnits()
    • setScoreUnits

      public void setScoreUnits(String scoreUnits)
    • getCreationTimestamp

      public Long getCreationTimestamp()
    • setCreationTimestamp

      public void setCreationTimestamp(Long creationTimestamp)
    • getLeaderboardEpoch

      public Long getLeaderboardEpoch()
    • setLeaderboardEpoch

      public void setLeaderboardEpoch(Long leaderboardEpoch)
    • 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