Package org.teamapps.dto
Class UiPieChart.SetDataPointsCommand
java.lang.Object
org.teamapps.dto.UiPieChart.SetDataPointsCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected Stringprotected List<UiChartNamedDataPoint> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetDataPointsCommand(String componentId, List<UiChartNamedDataPoint> dataPoints, long animationDuration) -
Method Summary
-
Field Details
-
componentId
-
dataPoints
-
animationDuration
protected long animationDuration
-
-
Constructor Details
-
SetDataPointsCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetDataPointsCommand
public SetDataPointsCommand(String componentId, List<UiChartNamedDataPoint> dataPoints, long animationDuration)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getDataPoints
-
getAnimationDuration
public long getAnimationDuration()
-