public class Stamina extends Object implements IModel, Serializable, Comparable<Stamina>
| Constructor and Description |
|---|
Stamina() |
public String getStaminaId()
public void setStaminaId(String staminaId)
public String getStaminaName()
public void setStaminaName(String staminaName)
public String getUserId()
public void setUserId(String userId)
public Integer getValue()
public void setValue(Integer value)
public Integer getMaxValue()
public void setMaxValue(Integer maxValue)
public Integer getRecoverIntervalMinutes()
public void setRecoverIntervalMinutes(Integer recoverIntervalMinutes)
public Stamina withRecoverIntervalMinutes(Integer recoverIntervalMinutes)
public Integer getRecoverValue()
public void setRecoverValue(Integer recoverValue)
public Integer getOverflowValue()
public void setOverflowValue(Integer overflowValue)
public Long getNextRecoverAt()
public void setNextRecoverAt(Long nextRecoverAt)
public Long getLastRecoveredAt()
public void setLastRecoveredAt(Long lastRecoveredAt)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Stamina fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Stamina o)
compareTo in interface Comparable<Stamina>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.