Package io.gs2.skillTree.model
Class CurrentTreeMaster
java.lang.Object
io.gs2.skillTree.model.CurrentTreeMaster
- All Implemented Interfaces:
IModel,Serializable,Comparable<CurrentTreeMaster>
public class CurrentTreeMaster
extends Object
implements IModel, Serializable, Comparable<CurrentTreeMaster>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic CurrentTreeMasterfromJson(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
-
CurrentTreeMaster
public CurrentTreeMaster()
-
-
Method Details
-
getNamespaceId
-
setNamespaceId
-
withNamespaceId
-
getSettings
-
setSettings
-
withSettings
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<CurrentTreeMaster>
-
hashCode
public int hashCode() -
equals
-