Package io.gs2.quest.model
Class Progress
java.lang.Object
io.gs2.quest.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) inthashCode()voidsetCreatedAt(Long createdAt) voidsetFailedRewards(List<Reward> failedRewards) voidsetMetadata(String metadata) voidsetProgressId(String progressId) voidsetQuestModelId(String questModelId) voidsetRandomSeed(Long randomSeed) voidsetRevision(Long revision) voidsetRewards(List<Reward> rewards) voidsetTransactionId(String transactionId) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withFailedRewards(List<Reward> failedRewards) withMetadata(String metadata) withProgressId(String progressId) withQuestModelId(String questModelId) withRandomSeed(Long randomSeed) withRevision(Long revision) withRewards(List<Reward> rewards) withTransactionId(String transactionId) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
Progress
public Progress()
-
-
Method Details
-
getProgressId
-
setProgressId
-
withProgressId
-
getUserId
-
setUserId
-
withUserId
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getQuestModelId
-
setQuestModelId
-
withQuestModelId
-
getRandomSeed
-
setRandomSeed
-
withRandomSeed
-
getRewards
-
setRewards
-
withRewards
-
getFailedRewards
-
setFailedRewards
-
withFailedRewards
-
getMetadata
-
setMetadata
-
withMetadata
-
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
-