Class 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)  
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • active

        protected boolean active
    • Constructor Detail

      • SetActiveCommand

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

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiCommand<java.lang.Void>
      • getActive

        public boolean getActive()