Package org.teamapps.dto
Class UiMediaSoupV3WebRtcClient.SubscriptionPlaybackFailedEvent
java.lang.Object
org.teamapps.dto.UiMediaSoupV3WebRtcClient.SubscriptionPlaybackFailedEvent
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiMediaSoupV3WebRtcClient
public static class UiMediaSoupV3WebRtcClient.SubscriptionPlaybackFailedEvent 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 SubscriptionPlaybackFailedEvent()Deprecated.Only for Jackson deserialization.SubscriptionPlaybackFailedEvent(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
-
SubscriptionPlaybackFailedEvent
@Deprecated public SubscriptionPlaybackFailedEvent()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SubscriptionPlaybackFailedEvent
public SubscriptionPlaybackFailedEvent(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()
-