Package org.teamapps.dto
Class UiMediaSoupV2WebRtcClient.SetActiveCommand
java.lang.Object
org.teamapps.dto.UiMediaSoupV2WebRtcClient.SetActiveCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiMediaSoupV2WebRtcClient
public static class UiMediaSoupV2WebRtcClient.SetActiveCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected booleanactiveprotected java.lang.StringcomponentId -
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 booleangetActive()java.lang.StringgetComponentId()java.lang.StringtoString()
-
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
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getActive
public boolean getActive()
-