Class UiLiveStreamComponent.SetVolumeCommand

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

public static class UiLiveStreamComponent.SetVolumeCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • volume

      protected float volume
  • Constructor Details

    • SetVolumeCommand

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

      public SetVolumeCommand(String componentId, float volume)
  • Method Details