Package io.gs2.deploy.model
Class WorkingStack
java.lang.Object
io.gs2.deploy.model.WorkingStack
- All Implemented Interfaces:
IModel,Serializable,Comparable<WorkingStack>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic WorkingStackfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()inthashCode()voidsetCreatedAt(Long createdAt) voidvoidsetOwnerId(String ownerId) voidsetStackId(String stackId) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCreatedAt(Long createdAt) withOwnerId(String ownerId) withStackId(String stackId) withUpdatedAt(Long updatedAt) withWorkId(String workId)
-
Constructor Details
-
WorkingStack
public WorkingStack()
-
-
Method Details
-
getStackId
-
setStackId
-
withStackId
-
getOwnerId
-
setOwnerId
-
withOwnerId
-
getName
-
setName
-
withName
-
getWorkId
-
setWorkId
-
withWorkId
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<WorkingStack>
-
hashCode
public int hashCode() -
equals
-