Package io.gs2.watch.model
Class Chart
java.lang.Object
io.gs2.watch.model.Chart
- All Implemented Interfaces:
IModel,Serializable,Comparable<Chart>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ChartfromJson(com.fasterxml.jackson.databind.JsonNode data) getHtml()inthashCode()voidsetChartId(String chartId) voidsetEmbedId(String embedId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withChartId(String chartId) withEmbedId(String embedId)
-
Constructor Details
-
Chart
public Chart()
-
-
Method Details
-
getChartId
-
setChartId
-
withChartId
-
getEmbedId
-
setEmbedId
-
withEmbedId
-
getHtml
-
setHtml
-
withHtml
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<Chart>
-
hashCode
public int hashCode() -
equals
-