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