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