public class GetAcceptVersionByUserIdRequest extends Gs2BasicRequest<GetAcceptVersionByUserIdRequest>
| Constructor and Description |
|---|
GetAcceptVersionByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetAcceptVersionByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getNamespaceName() |
String |
getUserId() |
String |
getVersionName() |
void |
setNamespaceName(String namespaceName) |
void |
setUserId(String userId) |
void |
setVersionName(String versionName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetAcceptVersionByUserIdRequest |
withNamespaceName(String namespaceName) |
GetAcceptVersionByUserIdRequest |
withUserId(String userId) |
GetAcceptVersionByUserIdRequest |
withVersionName(String versionName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public GetAcceptVersionByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public GetAcceptVersionByUserIdRequest withUserId(String userId)
public String getVersionName()
public void setVersionName(String versionName)
public GetAcceptVersionByUserIdRequest withVersionName(String versionName)
public static GetAcceptVersionByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.