Package org.teamapps.dto
Klasse UiNetworkGraph.AddNodesAndLinksCommand
java.lang.Object
org.teamapps.dto.UiNetworkGraph.AddNodesAndLinksCommand
- Umschließende Klasse:
UiNetworkGraph
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected List<UiNetworkLink> protected List<UiNetworkNode> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungVeraltet.Only for Jackson deserialization.AddNodesAndLinksCommand(String componentId, List<UiNetworkNode> nodes, List<UiNetworkLink> links) -
Methodenübersicht
-
Felddetails
-
componentId
-
nodes
-
links
-
-
Konstruktordetails
-
AddNodesAndLinksCommand
Veraltet.Only for Jackson deserialization. Use the other constructor instead. -
AddNodesAndLinksCommand
public AddNodesAndLinksCommand(String componentId, List<UiNetworkNode> nodes, List<UiNetworkLink> links)
-
-
Methodendetails
-
toString
-
getComponentId
- Angegeben von:
getComponentIdin SchnittstelleUiCommand<Void>
-
getNodes
-
getLinks
-