Package io.gs2.idle.model
Class CategoryModelMaster
java.lang.Object
io.gs2.idle.model.CategoryModelMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<CategoryModelMaster>
public class CategoryModelMaster
extends Object
implements IModel, Serializable, Comparable<CategoryModelMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CategoryModelMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetAcquireActions(List<AcquireActionList> acquireActions) voidsetCategoryModelId(String categoryModelId) voidsetCreatedAt(Long createdAt) voidsetDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes) voidsetDescription(String description) voidsetIdlePeriodScheduleId(String idlePeriodScheduleId) voidsetMetadata(String metadata) voidvoidsetReceivePeriodScheduleId(String receivePeriodScheduleId) voidsetRevision(Long revision) voidsetRewardIntervalMinutes(Integer rewardIntervalMinutes) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withAcquireActions(List<AcquireActionList> acquireActions) withCategoryModelId(String categoryModelId) withCreatedAt(Long createdAt) withDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes) withDescription(String description) withIdlePeriodScheduleId(String idlePeriodScheduleId) withMetadata(String metadata) withReceivePeriodScheduleId(String receivePeriodScheduleId) withRevision(Long revision) withRewardIntervalMinutes(Integer rewardIntervalMinutes) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
CategoryModelMaster
public CategoryModelMaster()
-
-
Method Details
-
getCategoryModelId
-
setCategoryModelId
-
withCategoryModelId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getRewardIntervalMinutes
-
setRewardIntervalMinutes
-
withRewardIntervalMinutes
-
getDefaultMaximumIdleMinutes
-
setDefaultMaximumIdleMinutes
-
withDefaultMaximumIdleMinutes
-
getAcquireActions
-
setAcquireActions
-
withAcquireActions
-
getIdlePeriodScheduleId
-
setIdlePeriodScheduleId
-
withIdlePeriodScheduleId
-
getReceivePeriodScheduleId
-
setReceivePeriodScheduleId
-
withReceivePeriodScheduleId
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<CategoryModelMaster>
-
hashCode
public int hashCode() -
equals
-