Package org.teamapps.dto
Class UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
- java.lang.Object
-
- org.teamapps.dto.UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent
-
- All Implemented Interfaces:
UiEvent
- Enclosing class:
- UiLiveStreamComponent
public static class UiLiveStreamComponent.ResultOfRequestInputDeviceAccessEvent extends java.lang.Object implements UiEvent
-
-
Field Summary
Fields Modifier and Type Field Description protected booleancameraAccessGrantedprotected java.lang.StringcomponentIdprotected booleanmicrophoneAccessGranted
-
Constructor Summary
Constructors Constructor Description ResultOfRequestInputDeviceAccessEvent()Deprecated.Only for Jackson deserialization.ResultOfRequestInputDeviceAccessEvent(java.lang.String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCameraAccessGranted()java.lang.StringgetComponentId()booleangetMicrophoneAccessGranted()UiEventTypegetUiEventType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ResultOfRequestInputDeviceAccessEvent
@Deprecated public ResultOfRequestInputDeviceAccessEvent()
Deprecated.Only for Jackson deserialization. Use the other constructor instead.
-
ResultOfRequestInputDeviceAccessEvent
public ResultOfRequestInputDeviceAccessEvent(java.lang.String componentId, boolean microphoneAccessGranted, boolean cameraAccessGranted)
-
-
Method Detail
-
getUiEventType
public UiEventType 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
-
getMicrophoneAccessGranted
public boolean getMicrophoneAccessGranted()
-
getCameraAccessGranted
public boolean getCameraAccessGranted()
-
-