Package org.teamapps.dto
Class UiMediaSoupV3WebRtcClient.SubscribingFailedEvent
java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.SubscribingFailedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiMediaSoupV3WebRtcClient
public static class UiMediaSoupV3WebRtcClient.SubscribingFailedEvent extends java.lang.Object implements UiEvent
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected java.lang.StringerrorMessage -
Constructor Summary
Constructors Constructor Description SubscribingFailedEvent()Deprecated.Only for Jackson deserialization.SubscribingFailedEvent(java.lang.String componentId, java.lang.String errorMessage) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()java.lang.StringgetErrorMessage()UiEventTypegetUiEventType()java.lang.StringtoString()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 -
errorMessage
protected java.lang.String errorMessage
-
-
Constructor Details
-
SubscribingFailedEvent
@Deprecated public SubscribingFailedEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SubscribingFailedEvent
public SubscribingFailedEvent(java.lang.String componentId, java.lang.String errorMessage)
-
-
Method Details
-
getUiEventType
- Specified by:
getUiEventTypein interfaceUiEvent
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiEvent
-
getErrorMessage
public java.lang.String getErrorMessage()
-