Package io.meeds.gamification.rest.model
Class LeaderboardInfo
java.lang.Object
io.meeds.gamification.rest.model.LeaderboardInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintgetRank()longgetScore()voidsetAvatarUrl(String avatarUrl) voidsetFullname(String fullname) voidsetIdentityId(long socialId) voidsetProfileUrl(String profileUrl) voidsetRank(int rank) voidsetRemoteId(String remoteId) voidsetScore(long score) voidsetTechnicalId(String technicalId)
-
Constructor Details
-
LeaderboardInfo
public LeaderboardInfo()
-
-
Method Details
-
getRank
public int getRank() -
setRank
public void setRank(int rank) -
getAvatarUrl
-
setAvatarUrl
-
getRemoteId
-
setRemoteId
-
getFullname
-
setFullname
-
getScore
public long getScore() -
setScore
public void setScore(long score) -
getProfileUrl
-
setProfileUrl
-
getIdentityId
public long getIdentityId() -
setIdentityId
public void setIdentityId(long socialId) -
getTechnicalId
-
setTechnicalId
-