Klasse UiLiveStreamComponent.SetVolumeCommand

java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.SetVolumeCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiLiveStreamComponent

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

    • componentId

      protected String componentId
    • volume

      protected float volume
  • Konstruktordetails

    • SetVolumeCommand

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

      public SetVolumeCommand(String componentId, float volume)
  • Methodendetails