public class CreateAccountRequest extends Gs2BasicRequest<CreateAccountRequest>
| Constructor and Description |
|---|
CreateAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
static CreateAccountRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getCompanyName() |
String |
getEmail() |
String |
getFullName() |
String |
getLang() |
String |
getPassword() |
void |
setCompanyName(String companyName) |
void |
setEmail(String email) |
void |
setFullName(String fullName) |
void |
setLang(String lang) |
void |
setPassword(String password) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CreateAccountRequest |
withCompanyName(String companyName) |
CreateAccountRequest |
withEmail(String email) |
CreateAccountRequest |
withFullName(String fullName) |
CreateAccountRequest |
withLang(String lang) |
CreateAccountRequest |
withPassword(String password) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getEmail()
public void setEmail(String email)
public CreateAccountRequest withEmail(String email)
public String getFullName()
public void setFullName(String fullName)
public CreateAccountRequest withFullName(String fullName)
public String getCompanyName()
public void setCompanyName(String companyName)
public CreateAccountRequest withCompanyName(String companyName)
public String getPassword()
public void setPassword(String password)
public CreateAccountRequest withPassword(String password)
public String getLang()
public void setLang(String lang)
public CreateAccountRequest withLang(String lang)
public static CreateAccountRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.