Class UiVideoPlayer.JumpToCommand

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

public static class UiVideoPlayer.JumpToCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • timeInSeconds

      protected int timeInSeconds
  • Constructor Details

    • JumpToCommand

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

      public JumpToCommand(String componentId, int timeInSeconds)
  • Method Details