public class Version extends Object implements IModel, Serializable
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Version |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getMajor() |
Integer |
getMicro() |
Integer |
getMinor() |
int |
hashCode() |
void |
setMajor(Integer major) |
void |
setMicro(Integer micro) |
void |
setMinor(Integer minor) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Version |
withMajor(Integer major) |
Version |
withMicro(Integer micro) |
Version |
withMinor(Integer minor) |
public Integer getMajor()
public void setMajor(Integer major)
public Integer getMinor()
public void setMinor(Integer minor)
public Integer getMicro()
public void setMicro(Integer micro)
public static Version fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.