Class Score
java.lang.Object
dev.getelements.elements.sdk.model.leaderboard.Score
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()doubleinthashCode()voidsetCreationTimestamp(Long creationTimestamp) voidvoidsetLeaderboardEpoch(Long leaderboardEpoch) voidsetPointValue(double pointValue) voidsetProfile(Profile profile) voidsetScoreUnits(String scoreUnits) toString()
-
Constructor Details
-
Score
public Score()
-
-
Method Details
-
getId
-
setId
-
getProfile
-
setProfile
-
getPointValue
public double getPointValue() -
setPointValue
public void setPointValue(double pointValue) -
getScoreUnits
-
setScoreUnits
-
getCreationTimestamp
-
setCreationTimestamp
-
getLeaderboardEpoch
-
setLeaderboardEpoch
-
equals
-
hashCode
public int hashCode() -
toString
-