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