Package io.gs2.deploy.request
Class GetResourceRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetResourceRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetResourceName(String resourceName) voidsetStackName(String stackName) com.fasterxml.jackson.databind.JsonNodetoJson()withResourceName(String resourceName) withStackName(String stackName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetResourceRequest
public GetResourceRequest()
-
-
Method Details
-
getStackName
-
setStackName
-
withStackName
-
getResourceName
-
setResourceName
-
withResourceName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-