Class AbstractUiLiveStreamPlayer.PlayCommand

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

public static class AbstractUiLiveStreamPlayer.PlayCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • url

      protected String url
  • Constructor Details

    • PlayCommand

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

      public PlayCommand(String componentId, String url)
  • Method Details