Class UiLiveStreamComponent.ShowWaitingVideosCommand

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

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

    • componentId

      protected String componentId
    • videoInfos

      protected List<UiWaitingVideoInfo> videoInfos
    • offsetSeconds

      protected long offsetSeconds
    • stopLiveStream

      protected boolean stopLiveStream
  • Constructor Details

    • ShowWaitingVideosCommand

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

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