Package io.gs2.deploy.request
Class CreateStackRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateStackRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDescription(String description) voidvoidsetTemplate(String template) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withTemplate(String template) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateStackRequest
public CreateStackRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getTemplate
-
setTemplate
-
withTemplate
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-