Package org.teamapps.dto
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 Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected longoffsetSecondsprotected booleanstopLiveStreamprotected java.util.List<UiWaitingVideoInfo>videoInfos
-
Constructor Summary
Constructors Constructor Description ShowWaitingVideosCommand()Deprecated.Only for Jackson deserialization.ShowWaitingVideosCommand(java.lang.String componentId, java.util.List<UiWaitingVideoInfo> videoInfos, long offsetSeconds, boolean stopLiveStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()longgetOffsetSeconds()booleangetStopLiveStream()java.util.List<UiWaitingVideoInfo>getVideoInfos()java.lang.StringtoString()
-
-
-
Field Detail
-
componentId
protected java.lang.String componentId
-
videoInfos
protected java.util.List<UiWaitingVideoInfo> videoInfos
-
offsetSeconds
protected long offsetSeconds
-
stopLiveStream
protected boolean stopLiveStream
-
-
Constructor Detail
-
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 Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getVideoInfos
public java.util.List<UiWaitingVideoInfo> getVideoInfos()
-
getOffsetSeconds
public long getOffsetSeconds()
-
getStopLiveStream
public boolean getStopLiveStream()
-
-