Class CategoryModel

java.lang.Object
io.gs2.idle.model.CategoryModel
All Implemented Interfaces:
IModel, Serializable, Comparable<CategoryModel>

public class CategoryModel extends Object implements IModel, Serializable, Comparable<CategoryModel>
See Also:
  • Constructor Details

    • CategoryModel

      public CategoryModel()
  • Method Details

    • getCategoryModelId

      public String getCategoryModelId()
    • setCategoryModelId

      public void setCategoryModelId(String categoryModelId)
    • withCategoryModelId

      public CategoryModel withCategoryModelId(String categoryModelId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public CategoryModel withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public CategoryModel withMetadata(String metadata)
    • getRewardIntervalMinutes

      public Integer getRewardIntervalMinutes()
    • setRewardIntervalMinutes

      public void setRewardIntervalMinutes(Integer rewardIntervalMinutes)
    • withRewardIntervalMinutes

      public CategoryModel withRewardIntervalMinutes(Integer rewardIntervalMinutes)
    • getDefaultMaximumIdleMinutes

      public Integer getDefaultMaximumIdleMinutes()
    • setDefaultMaximumIdleMinutes

      public void setDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes)
    • withDefaultMaximumIdleMinutes

      public CategoryModel withDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes)
    • getAcquireActions

      public List<AcquireActionList> getAcquireActions()
    • setAcquireActions

      public void setAcquireActions(List<AcquireActionList> acquireActions)
    • withAcquireActions

      public CategoryModel withAcquireActions(List<AcquireActionList> acquireActions)
    • getIdlePeriodScheduleId

      public String getIdlePeriodScheduleId()
    • setIdlePeriodScheduleId

      public void setIdlePeriodScheduleId(String idlePeriodScheduleId)
    • withIdlePeriodScheduleId

      public CategoryModel withIdlePeriodScheduleId(String idlePeriodScheduleId)
    • getReceivePeriodScheduleId

      public String getReceivePeriodScheduleId()
    • setReceivePeriodScheduleId

      public void setReceivePeriodScheduleId(String receivePeriodScheduleId)
    • withReceivePeriodScheduleId

      public CategoryModel withReceivePeriodScheduleId(String receivePeriodScheduleId)
    • fromJson

      public static CategoryModel fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(CategoryModel o)
      Specified by:
      compareTo in interface Comparable<CategoryModel>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object