Klasse UiLiveStreamComponent.ShowWaitingVideosCommand

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

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

    • componentId

      protected String componentId
    • videoInfos

      protected List<UiWaitingVideoInfo> videoInfos
    • offsetSeconds

      protected long offsetSeconds
    • stopLiveStream

      protected boolean stopLiveStream
  • Konstruktordetails

    • ShowWaitingVideosCommand

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

      public ShowWaitingVideosCommand(String componentId, List<UiWaitingVideoInfo> videoInfos, long offsetSeconds, boolean stopLiveStream)
  • Methodendetails