Package io.gs2.grade.request
Class GetGradeModelRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetGradeModelRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetGradeName(String gradeName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withGradeName(String gradeName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetGradeModelRequest
public GetGradeModelRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getGradeName
-
setGradeName
-
withGradeName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-