Package io.gs2.experience.model
Class Status
java.lang.Object
io.gs2.experience.model.Status
- All Implemented Interfaces:
IModel,Serializable,Comparable<Status>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic StatusfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCreatedAt(Long createdAt) voidsetExperienceName(String experienceName) voidsetExperienceValue(Long experienceValue) voidsetNextRankUpExperienceValue(Long nextRankUpExperienceValue) voidsetPropertyId(String propertyId) voidsetRankCapValue(Long rankCapValue) voidsetRankValue(Long rankValue) voidsetRevision(Long revision) voidsetStatusId(String statusId) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withExperienceName(String experienceName) withExperienceValue(Long experienceValue) withNextRankUpExperienceValue(Long nextRankUpExperienceValue) withPropertyId(String propertyId) withRankCapValue(Long rankCapValue) withRankValue(Long rankValue) withRevision(Long revision) withStatusId(String statusId) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Status
public Status()
-
-
Method Details
-
getStatusId
-
setStatusId
-
withStatusId
-
getExperienceName
-
setExperienceName
-
withExperienceName
-
getUserId
-
setUserId
-
withUserId
-
getPropertyId
-
setPropertyId
-
withPropertyId
-
getExperienceValue
-
setExperienceValue
-
withExperienceValue
-
getRankValue
-
setRankValue
-
withRankValue
-
getRankCapValue
-
setRankCapValue
-
withRankCapValue
-
getNextRankUpExperienceValue
-
setNextRankUpExperienceValue
-
withNextRankUpExperienceValue
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Status>
-
hashCode
public int hashCode() -
equals
-