Package io.gs2.dictionary.request
Class GetEntryModelRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetEntryModelRequest>
io.gs2.dictionary.request.GetEntryModelRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetEntryModelRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetEntryName(String entryName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withEntryName(String entryName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetEntryModelRequest
public GetEntryModelRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getEntryName
-
setEntryName
-
withEntryName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-