public class TargetVersion extends Object implements IModel, Serializable
| Constructor and Description |
|---|
TargetVersion() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TargetVersion |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getBody() |
String |
getSignature() |
Version |
getVersion() |
String |
getVersionName() |
int |
hashCode() |
void |
setBody(String body) |
void |
setSignature(String signature) |
void |
setVersion(Version version) |
void |
setVersionName(String versionName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
TargetVersion |
withBody(String body) |
TargetVersion |
withSignature(String signature) |
TargetVersion |
withVersion(Version version) |
TargetVersion |
withVersionName(String versionName) |
public String getVersionName()
public void setVersionName(String versionName)
public TargetVersion withVersionName(String versionName)
public Version getVersion()
public void setVersion(Version version)
public TargetVersion withVersion(Version version)
public String getBody()
public void setBody(String body)
public TargetVersion withBody(String body)
public String getSignature()
public void setSignature(String signature)
public TargetVersion withSignature(String signature)
public static TargetVersion fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.