Class UiMediaSoupV3WebRtcClient.SetActiveCommand

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

public static class UiMediaSoupV3WebRtcClient.SetActiveCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected boolean active  
    protected java.lang.String componentId  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetActiveCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetActiveCommand​(java.lang.String componentId, boolean active)  
  • Method Summary

    Modifier and Type Method Description
    boolean getActive()  
    java.lang.String getComponentId()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • componentId

      protected java.lang.String componentId
    • active

      protected boolean active
  • Constructor Details

    • SetActiveCommand

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

      public SetActiveCommand​(java.lang.String componentId, boolean active)
  • Method Details