Package io.gs2.experience.model
Class ExperienceModelMaster
java.lang.Object
io.gs2.experience.model.ExperienceModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<ExperienceModelMaster>
public class ExperienceModelMaster
extends Object
implements IModel, Serializable, Comparable<ExperienceModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ExperienceModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAcquireActionRates(List<AcquireActionRate> acquireActionRates) voidsetCreatedAt(Long createdAt) voidsetDefaultExperience(Long defaultExperience) voidsetDefaultRankCap(Long defaultRankCap) voidsetDescription(String description) voidsetExperienceModelId(String experienceModelId) voidsetMaxRankCap(Long maxRankCap) voidsetMetadata(String metadata) voidvoidsetRankThresholdName(String rankThresholdName) voidsetRevision(Long revision) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireActionRates(List<AcquireActionRate> acquireActionRates) withCreatedAt(Long createdAt) withDefaultExperience(Long defaultExperience) withDefaultRankCap(Long defaultRankCap) withDescription(String description) withExperienceModelId(String experienceModelId) withMaxRankCap(Long maxRankCap) withMetadata(String metadata) withRankThresholdName(String rankThresholdName) withRevision(Long revision) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
ExperienceModelMaster
public ExperienceModelMaster()
-
-
Method Details
-
getExperienceModelId
-
setExperienceModelId
-
withExperienceModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getDefaultExperience
-
setDefaultExperience
-
withDefaultExperience
-
getDefaultRankCap
-
setDefaultRankCap
-
withDefaultRankCap
-
getMaxRankCap
-
setMaxRankCap
-
withMaxRankCap
-
getRankThresholdName
-
setRankThresholdName
-
withRankThresholdName
-
getAcquireActionRates
-
setAcquireActionRates
-
withAcquireActionRates
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<ExperienceModelMaster>
-
hashCode
public int hashCode() -
equals
-