public class Form extends Object implements IModel, Serializable, Comparable<Form>
| Constructor and Description |
|---|
Form() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Form o) |
boolean |
equals(Object o) |
static Form |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getFormId() |
Integer |
getIndex() |
String |
getName() |
List<Slot> |
getSlots() |
Long |
getUpdatedAt() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setFormId(String formId) |
void |
setIndex(Integer index) |
void |
setName(String name) |
void |
setSlots(List<Slot> slots) |
void |
setUpdatedAt(Long updatedAt) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Form |
withCreatedAt(Long createdAt) |
Form |
withFormId(String formId) |
Form |
withIndex(Integer index) |
Form |
withName(String name) |
Form |
withSlots(List<Slot> slots) |
Form |
withUpdatedAt(Long updatedAt) |
public String getFormId()
public void setFormId(String formId)
public String getName()
public void setName(String name)
public Integer getIndex()
public void setIndex(Integer index)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Form fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Form o)
compareTo in interface Comparable<Form>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.