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