public class Mold extends Object implements IModel, Serializable, Comparable<Mold>
| Constructor and Description |
|---|
Mold() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Mold o) |
boolean |
equals(Object o) |
static Mold |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getCapacity() |
Long |
getCreatedAt() |
String |
getMoldId() |
String |
getName() |
Long |
getUpdatedAt() |
String |
getUserId() |
int |
hashCode() |
void |
setCapacity(Integer capacity) |
void |
setCreatedAt(Long createdAt) |
void |
setMoldId(String moldId) |
void |
setName(String name) |
void |
setUpdatedAt(Long updatedAt) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Mold |
withCapacity(Integer capacity) |
Mold |
withCreatedAt(Long createdAt) |
Mold |
withMoldId(String moldId) |
Mold |
withName(String name) |
Mold |
withUpdatedAt(Long updatedAt) |
Mold |
withUserId(String userId) |
public String getMoldId()
public void setMoldId(String moldId)
public String getName()
public void setName(String name)
public String getUserId()
public void setUserId(String userId)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
public static Mold fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Mold o)
compareTo in interface Comparable<Mold>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.