Package io.gs2.megaField.request
Class CreateLayerModelMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateLayerModelMasterRequest>
io.gs2.megaField.request.CreateLayerModelMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetAreaModelName(String areaModelName) voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAreaModelName(String areaModelName) withDescription(String description) withMetadata(String metadata) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateLayerModelMasterRequest
public CreateLayerModelMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAreaModelName
-
setAreaModelName
-
withAreaModelName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-