Package org.teamapps.dto
Class UiNetworkGraph.SetChargeCommand
java.lang.Object
org.teamapps.dto.UiNetworkGraph.SetChargeCommand
- Enclosing class:
UiNetworkGraph
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetChargeCommand(String componentId, int charge, boolean overrideNodeCharge) -
Method Summary
-
Field Details
-
componentId
-
charge
protected int charge -
overrideNodeCharge
protected boolean overrideNodeCharge
-
-
Constructor Details
-
SetChargeCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetChargeCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getCharge
public int getCharge() -
getOverrideNodeCharge
public boolean getOverrideNodeCharge()
-