Package org.teamapps.dto
Class UiLiveStreamComponent.ShowWaitingVideosCommand
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.ShowWaitingVideosCommand
- Enclosing class:
UiLiveStreamComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected longprotected booleanprotected List<UiWaitingVideoInfo> -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ShowWaitingVideosCommand(String componentId, List<UiWaitingVideoInfo> videoInfos, long offsetSeconds, boolean stopLiveStream) -
Method Summary
-
Field Details
-
componentId
-
videoInfos
-
offsetSeconds
protected long offsetSeconds -
stopLiveStream
protected boolean stopLiveStream
-
-
Constructor Details
-
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
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getVideoInfos
-
getOffsetSeconds
public long getOffsetSeconds() -
getStopLiveStream
public boolean getStopLiveStream()
-