Class UiNetworkGraph.SetChargeCommand

java.lang.Object
org.teamapps.dto.UiNetworkGraph.SetChargeCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiNetworkGraph

public static class UiNetworkGraph.SetChargeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • charge

      protected int charge
    • overrideNodeCharge

      protected boolean overrideNodeCharge
  • Constructor Details

    • SetChargeCommand

      @Deprecated public SetChargeCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetChargeCommand

      public SetChargeCommand(String componentId, int charge, boolean overrideNodeCharge)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getComponentId

      public String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<Void>
    • getCharge

      public int getCharge()
    • getOverrideNodeCharge

      public boolean getOverrideNodeCharge()