Class UiLiveStreamComponent.ShowWaitingVideosCommand

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

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

    • componentId

      protected java.lang.String componentId
    • videoInfos

      protected java.util.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​(java.lang.String componentId, java.util.List<UiWaitingVideoInfo> videoInfos, long offsetSeconds, boolean stopLiveStream)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getVideoInfos

      public java.util.List<UiWaitingVideoInfo> getVideoInfos()
    • getOffsetSeconds

      public long getOffsetSeconds()
    • getStopLiveStream

      public boolean getStopLiveStream()