Class UiLiveStreamComponent.StartHttpLiveStreamCommand

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

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

    • componentId

      protected String componentId
    • url

      protected String url
  • Constructor Details

    • StartHttpLiveStreamCommand

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

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