Class UiNetworkGraph.SetChargeCommand

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

public static class UiNetworkGraph.SetChargeCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int charge  
    protected java.lang.String componentId  
    protected boolean overrideNodeCharge  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetChargeCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetChargeCommand​(java.lang.String componentId, int charge, boolean overrideNodeCharge)  
  • Method Summary

    Modifier and Type Method Description
    int getCharge()  
    java.lang.String getComponentId()  
    boolean getOverrideNodeCharge()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SetChargeCommand

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

      public SetChargeCommand​(java.lang.String componentId, int charge, boolean overrideNodeCharge)
  • Method Details