Klasse UiNetworkGraph.SetChargeCommand

java.lang.Object
org.teamapps.dto.UiNetworkGraph.SetChargeCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiNetworkGraph

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

    • componentId

      protected String componentId
    • charge

      protected int charge
    • overrideNodeCharge

      protected boolean overrideNodeCharge
  • Konstruktordetails

    • SetChargeCommand

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

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

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getCharge

      public int getCharge()
    • getOverrideNodeCharge

      public boolean getOverrideNodeCharge()