Package org.teamapps.dto
Class UiLineChart.SetDataCommand
- java.lang.Object
-
- org.teamapps.dto.UiLineChart.SetDataCommand
-
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiLineChart
public static class UiLineChart.SetDataCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanclearprotected java.lang.StringcomponentIdprotected java.util.List<UiLineChartData>data
-
Constructor Summary
Constructors Constructor Description SetDataCommand()Deprecated.Only for Jackson deserialization.SetDataCommand(java.lang.String componentId, java.util.List<UiLineChartData> data, boolean clear)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetClear()java.lang.StringgetComponentId()java.util.List<UiLineChartData>getData()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
data
protected java.util.List<UiLineChartData> data
-
clear
protected boolean clear
-
-
Constructor Detail
-
SetDataCommand
@Deprecated public SetDataCommand()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
SetDataCommand
public SetDataCommand(java.lang.String componentId, java.util.List<UiLineChartData> data, boolean clear)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getData
public java.util.List<UiLineChartData> getData()
-
getClear
public boolean getClear()
-
-