Class UiAudioLevelIndicator.SetDeviceIdCommand

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

public static class UiAudioLevelIndicator.SetDeviceIdCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • deviceId

      protected String deviceId
  • Constructor Details

    • SetDeviceIdCommand

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

      public SetDeviceIdCommand(String componentId, String deviceId)
  • Method Details