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