Class UiNetworkGraph.SetDistanceCommand

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

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

    • componentId

      protected String componentId
    • linkDistance

      protected float linkDistance
    • nodeDistance

      protected float nodeDistance
  • Constructor Details

    • SetDistanceCommand

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

      public SetDistanceCommand(String componentId, float linkDistance, float nodeDistance)
  • Method Details

    • toString

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

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

      public float getLinkDistance()
    • getNodeDistance

      public float getNodeDistance()