Class UiLiveStreamComponent.DisplayInfoTextOverlayCommand

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

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

    • componentId

      protected String componentId
    • text

      protected String text
  • Constructor Details

    • DisplayInfoTextOverlayCommand

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

      public DisplayInfoTextOverlayCommand(String componentId, String text)
  • Method Details