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