Class UiGauge.SetValueCommand

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

public static class UiGauge.SetValueCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • value

      protected Double value
  • Constructor Details

    • SetValueCommand

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

      public SetValueCommand(String componentId, Double value)
  • Method Details