Class UiShakaPlayer.PlayCommand

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • PlayCommand

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

      public PlayCommand(String componentId)
  • Method Details