public class UpdateNamespaceRequest extends Gs2BasicRequest<UpdateNamespaceRequest>
| Constructor and Description |
|---|
UpdateNamespaceRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateNamespaceRequest withNamespaceName(String namespaceName)
public String getDescription()
public void setDescription(String description)
public UpdateNamespaceRequest withDescription(String description)
public String getQueueNamespaceId()
public void setQueueNamespaceId(String queueNamespaceId)
public UpdateNamespaceRequest withQueueNamespaceId(String queueNamespaceId)
public String getKeyId()
public void setKeyId(String keyId)
public UpdateNamespaceRequest withKeyId(String keyId)
public String getLotteryTriggerScriptId()
public void setLotteryTriggerScriptId(String lotteryTriggerScriptId)
public UpdateNamespaceRequest withLotteryTriggerScriptId(String lotteryTriggerScriptId)
public String getChoicePrizeTableScriptId()
public void setChoicePrizeTableScriptId(String choicePrizeTableScriptId)
public UpdateNamespaceRequest withChoicePrizeTableScriptId(String choicePrizeTableScriptId)
public LogSetting getLogSetting()
public void setLogSetting(LogSetting logSetting)
public UpdateNamespaceRequest withLogSetting(LogSetting logSetting)
public static UpdateNamespaceRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.