Package org.teamapps.dto
Class UiNetworkGraph.AddNodesAndLinksCommand
java.lang.Object
org.teamapps.dto.UiNetworkGraph.AddNodesAndLinksCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<UiNetworkLink> protected List<UiNetworkNode> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddNodesAndLinksCommand(String componentId, List<UiNetworkNode> nodes, List<UiNetworkLink> links) -
Method Summary
-
Field Details
-
componentId
-
nodes
-
links
-
-
Constructor Details
-
AddNodesAndLinksCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddNodesAndLinksCommand
public AddNodesAndLinksCommand(String componentId, List<UiNetworkNode> nodes, List<UiNetworkLink> links)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getNodes
-
getLinks
-