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