Package io.gs2.buff.request
Class UpdateCurrentBuffMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateCurrentBuffMasterRequest>
io.gs2.buff.request.UpdateCurrentBuffMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetNamespaceName(String namespaceName) voidsetSettings(String settings) com.fasterxml.jackson.databind.JsonNodetoJson()withNamespaceName(String namespaceName) withSettings(String settings) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateCurrentBuffMasterRequest
public UpdateCurrentBuffMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getSettings
-
setSettings
-
withSettings
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-