Package io.gs2.experience.request
Class CreateNamespaceRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateNamespaceRequest>
io.gs2.experience.request.CreateNamespaceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateNamespaceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetChangeExperienceScript(ScriptSetting changeExperienceScript) voidsetChangeRankCapScript(ScriptSetting changeRankCapScript) voidsetChangeRankScript(ScriptSetting changeRankScript) voidsetDescription(String description) voidsetExperienceCapScriptId(String experienceCapScriptId) voidsetLogSetting(LogSetting logSetting) voidvoidsetOverflowExperienceScript(ScriptSetting overflowExperienceScript) voidsetTransactionSetting(TransactionSetting transactionSetting) com.fasterxml.jackson.databind.JsonNodetoJson()withChangeExperienceScript(ScriptSetting changeExperienceScript) withChangeRankCapScript(ScriptSetting changeRankCapScript) withChangeRankScript(ScriptSetting changeRankScript) withDescription(String description) withExperienceCapScriptId(String experienceCapScriptId) withLogSetting(LogSetting logSetting) withOverflowExperienceScript(ScriptSetting overflowExperienceScript) withTransactionSetting(TransactionSetting transactionSetting) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateNamespaceRequest
public CreateNamespaceRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getTransactionSetting
-
setTransactionSetting
-
withTransactionSetting
-
getExperienceCapScriptId
-
setExperienceCapScriptId
-
withExperienceCapScriptId
-
getChangeExperienceScript
-
setChangeExperienceScript
-
withChangeExperienceScript
-
getChangeRankScript
-
setChangeRankScript
-
withChangeRankScript
-
getChangeRankCapScript
-
setChangeRankCapScript
-
withChangeRankCapScript
-
getOverflowExperienceScript
-
setOverflowExperienceScript
-
withOverflowExperienceScript
-
getLogSetting
-
setLogSetting
-
withLogSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-