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