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