Package io.gs2.showcase.request
Class UpdateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateNamespaceRequest>
io.gs2.showcase.request.UpdateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()Deprecated.Deprecated.voidsetBuyScript(ScriptSetting buyScript) voidsetDescription(String description) voidDeprecated.voidsetLogSetting(LogSetting logSetting) voidsetNamespaceName(String namespaceName) voidsetQueueNamespaceId(String queueNamespaceId) Deprecated.voidsetTransactionSetting(TransactionSetting transactionSetting) com.fasterxml.jackson.databind.JsonNodetoJson()withBuyScript(ScriptSetting buyScript) withDescription(String description) Deprecated.withLogSetting(LogSetting logSetting) withNamespaceName(String namespaceName) withQueueNamespaceId(String queueNamespaceId) Deprecated.withTransactionSetting(TransactionSetting transactionSetting) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateNamespaceRequest
public UpdateNamespaceRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getDescription
-
setDescription
-
withDescription
-
getTransactionSetting
-
setTransactionSetting
-
withTransactionSetting
-
getBuyScript
-
setBuyScript
-
withBuyScript
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
getQueueNamespaceId
Deprecated. -
setQueueNamespaceId
Deprecated. -
withQueueNamespaceId
Deprecated. -
getKeyId
Deprecated. -
setKeyId
Deprecated. -
withKeyId
Deprecated. -
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-