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