Package io.gs2.ranking.model
Class Score
java.lang.Object
io.gs2.ranking.model.Score
- All Implemented Interfaces:
IModel,Serializable,Comparable<Score>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ScorefromJson(com.fasterxml.jackson.databind.JsonNode data) getScore()inthashCode()voidsetCategoryName(String categoryName) voidsetCreatedAt(Long createdAt) voidsetMetadata(String metadata) voidvoidsetScoreId(String scoreId) voidsetScorerUserId(String scorerUserId) voidsetUniqueId(String uniqueId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCategoryName(String categoryName) withCreatedAt(Long createdAt) withMetadata(String metadata) withScoreId(String scoreId) withScorerUserId(String scorerUserId) withUniqueId(String uniqueId) withUserId(String userId)
-
Constructor Details
-
Score
public Score()
-
-
Method Details
-
getScoreId
-
setScoreId
-
withScoreId
-
getCategoryName
-
setCategoryName
-
withCategoryName
-
getUserId
-
setUserId
-
withUserId
-
getUniqueId
-
setUniqueId
-
withUniqueId
-
getScorerUserId
-
setScorerUserId
-
withScorerUserId
-
getScore
-
setScore
-
withScore
-
getMetadata
-
setMetadata
-
withMetadata
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Score>
-
hashCode
public int hashCode() -
equals
-