public abstract class AbstractLeaderboard extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
earnerId |
protected long |
reputationScore |
| Constructor and Description |
|---|
AbstractLeaderboard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEarnerId() |
long |
getReputationScore() |
void |
setEarnerId(String earnerId) |
void |
setReputationScore(long reputationScore) |
protected String earnerId
protected long reputationScore
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.