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