public class Output extends Object implements IModel, Serializable, Comparable<Output>
| Constructor and Description |
|---|
Output() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Output o) |
boolean |
equals(Object o) |
static Output |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Long |
getCreatedAt() |
String |
getName() |
String |
getOutputId() |
String |
getValue() |
int |
hashCode() |
void |
setCreatedAt(Long createdAt) |
void |
setName(String name) |
void |
setOutputId(String outputId) |
void |
setValue(String value) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Output |
withCreatedAt(Long createdAt) |
Output |
withName(String name) |
Output |
withOutputId(String outputId) |
Output |
withValue(String value) |
public String getOutputId()
public void setOutputId(String outputId)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public static Output fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Output o)
compareTo in interface Comparable<Output>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.