public class Stack extends Object implements IModel, Serializable, Comparable<Stack>
| Constructor and Description |
|---|
Stack() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Stack o) |
boolean |
equals(Object o) |
static Stack |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getDescription() |
String |
getName() |
String |
getStackId() |
String |
getStatus() |
String |
getTemplate() |
Long |
getUpdatedAt() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setStackId(String stackId) |
void |
setStatus(String status) |
void |
setTemplate(String template) |
void |
setUpdatedAt(Long updatedAt) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Stack |
withCreatedAt(Long createdAt) |
Stack |
withDescription(String description) |
Stack |
withName(String name) |
Stack |
withStackId(String stackId) |
Stack |
withStatus(String status) |
Stack |
withTemplate(String template) |
Stack |
withUpdatedAt(Long updatedAt) |
public String getStackId()
public void setStackId(String stackId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getTemplate()
public void setTemplate(String template)
public String getStatus()
public void setStatus(String status)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Stack fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Stack o)
compareTo in interface Comparable<Stack>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.