Package io.gs2.deploy.model
Class Stack
java.lang.Object
io.gs2.deploy.model.Stack
- All Implemented Interfaces:
IModel,Serializable,Comparable<Stack>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic StackfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidsetDescription(String description) voidvoidsetRevision(Long revision) voidsetStackId(String stackId) voidvoidsetTemplate(String template) voidsetUpdatedAt(Long updatedAt) com.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withDescription(String description) withRevision(Long revision) withStackId(String stackId) withStatus(String status) withTemplate(String template) withUpdatedAt(Long updatedAt)
-
Constructor Details
-
Stack
public Stack()
-
-
Method Details
-
getStackId
-
setStackId
-
withStackId
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getTemplate
-
setTemplate
-
withTemplate
-
getStatus
-
setStatus
-
withStatus
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Stack>
-
hashCode
public int hashCode() -
equals
-