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