Package org.teamapps.dto
Class UiTimeGraph.AddDataCommand
java.lang.Object
org.teamapps.dto.UiTimeGraph.AddDataCommand
- Enclosing class:
UiTimeGraph
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Map<String, UiGraphData> protected int -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddDataCommand(String componentId, int zoomLevel, Map<String, UiGraphData> data) -
Method Summary
-
Field Details
-
componentId
-
zoomLevel
protected int zoomLevel -
data
-
-
Constructor Details
-
AddDataCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddDataCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getZoomLevel
public int getZoomLevel() -
getData
-