Package io.gs2.enhance.model
Class UnleashRateEntryModel
java.lang.Object
io.gs2.enhance.model.UnleashRateEntryModel
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic UnleashRateEntryModelfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetGradeValue(Long gradeValue) voidsetNeedCount(Integer needCount) com.fasterxml.jackson.databind.JsonNodetoJson()withGradeValue(Long gradeValue) withNeedCount(Integer needCount)
-
Constructor Details
-
UnleashRateEntryModel
public UnleashRateEntryModel()
-
-
Method Details