Package org.teamapps.dto
Class UiLiveStreamComponent.SetVolumeCommand
java.lang.Object
org.teamapps.dto.UiLiveStreamComponent.SetVolumeCommand
- Enclosing class:
UiLiveStreamComponent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetVolumeCommand(String componentId, float volume) -
Method Summary
-
Field Details
-
componentId
-
volume
protected float volume
-
-
Constructor Details
-
SetVolumeCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetVolumeCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getVolume
public float getVolume()
-