Package io.gs2.enhance.model
Class Progress
java.lang.Object
io.gs2.enhance.model.Progress
- All Implemented Interfaces:
IModel,Serializable,Comparable<Progress>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ProgressfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()getRate()inthashCode()voidsetCreatedAt(Long createdAt) voidsetExperienceValue(Long experienceValue) voidvoidsetProgressId(String progressId) voidsetPropertyId(String propertyId) voidvoidsetRateName(String rateName) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withExperienceValue(Long experienceValue) withProgressId(String progressId) withPropertyId(String propertyId) withRateName(String rateName) withRevision(Long revision) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Progress
public Progress()
-
-
Method Details
-
getProgressId
-
setProgressId
-
withProgressId
-
getUserId
-
setUserId
-
withUserId
-
getRateName
-
setRateName
-
withRateName
-
getName
-
setName
-
withName
-
getPropertyId
-
setPropertyId
-
withPropertyId
-
getExperienceValue
-
setExperienceValue
-
withExperienceValue
-
getRate
-
setRate
-
withRate
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Progress>
-
hashCode
public int hashCode() -
equals
-