Package io.gs2.stamina.model
Class CurrentStaminaMaster
java.lang.Object
io.gs2.stamina.model.CurrentStaminaMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<CurrentStaminaMaster>
public class CurrentStaminaMaster
extends Object
implements IModel, Serializable, Comparable<CurrentStaminaMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CurrentStaminaMasterfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetNamespaceId(String namespaceId) voidsetSettings(String settings) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceId(String namespaceId) withSettings(String settings)
-
Constructor Details
-
CurrentStaminaMaster
public CurrentStaminaMaster()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getSettings
-
setSettings
-
withSettings
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<CurrentStaminaMaster>
-
hashCode
public int hashCode() -
equals
-