Package org.teamapps.dto
Class UiLiveStreamComponent.DisplayImageOverlayCommand
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.DisplayImageOverlayCommand
- Enclosing class:
UiLiveStreamComponent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiPageDisplayModeprotected Stringprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.DisplayImageOverlayCommand(String componentId, String imageUrl, UiPageDisplayMode displayMode, boolean useVideoAreaAsFrame) -
Method Summary
-
Field Details
-
componentId
-
imageUrl
-
displayMode
-
useVideoAreaAsFrame
protected boolean useVideoAreaAsFrame
-
-
Constructor Details
-
DisplayImageOverlayCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
DisplayImageOverlayCommand
public DisplayImageOverlayCommand(String componentId, String imageUrl, UiPageDisplayMode displayMode, boolean useVideoAreaAsFrame)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getImageUrl
-
getDisplayMode
-
getUseVideoAreaAsFrame
public boolean getUseVideoAreaAsFrame()
-