public class Chart extends Object implements IModel, Serializable, Comparable<Chart>
| Constructor and Description |
|---|
Chart() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Chart o) |
boolean |
equals(Object o) |
static Chart |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getChartId() |
String |
getEmbedId() |
String |
getHtml() |
int |
hashCode() |
void |
setChartId(String chartId) |
void |
setEmbedId(String embedId) |
void |
setHtml(String html) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
Chart |
withChartId(String chartId) |
Chart |
withEmbedId(String embedId) |
Chart |
withHtml(String html) |
public String getChartId()
public void setChartId(String chartId)
public String getEmbedId()
public void setEmbedId(String embedId)
public String getHtml()
public void setHtml(String html)
public static Chart fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
public int compareTo(Chart o)
compareTo in interface Comparable<Chart>Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.