Class TargetCounterModel

java.lang.Object
io.gs2.mission.model.TargetCounterModel
All Implemented Interfaces:
IModel, Serializable

public class TargetCounterModel extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • TargetCounterModel

      public TargetCounterModel()
  • Method Details

    • getCounterName

      public String getCounterName()
    • setCounterName

      public void setCounterName(String counterName)
    • withCounterName

      public TargetCounterModel withCounterName(String counterName)
    • getResetType

      public String getResetType()
    • setResetType

      public void setResetType(String resetType)
    • withResetType

      public TargetCounterModel withResetType(String resetType)
    • getValue

      public Long getValue()
    • setValue

      public void setValue(Long value)
    • withValue

      public TargetCounterModel withValue(Long value)
    • fromJson

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

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

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

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