Class Score
java.lang.Object
dev.getelements.elements.sdk.model.leaderboard.Score
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
double
int
hashCode()
void
setCreationTimestamp
(Long creationTimestamp) void
void
setLeaderboardEpoch
(Long leaderboardEpoch) void
setPointValue
(double pointValue) void
setProfile
(Profile profile) void
setScoreUnits
(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
-