Package io.gs2.enhance.request
Class UpdateCurrentRateMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateCurrentRateMasterRequest>
io.gs2.enhance.request.UpdateCurrentRateMasterRequest
- 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
-
UpdateCurrentRateMasterRequest
public UpdateCurrentRateMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getSettings
-
setSettings
-
withSettings
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-