Class UiAbstractShakaStream
java.lang.Object
org.teamapps.dto.UiAbstractShakaStream
- All Implemented Interfaces:
UiObject
- Direct Known Subclasses:
UiShakaAudioStream,UiShakaVideoStream
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetId()getLabel()getRoles()setBandwidth(int bandwidth) setId(int id) setMimeType(String mimeType) setOriginalId(String originalId) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.dto.UiObject
getUiObjectType
-
Field Details
-
id
protected int id -
originalId
-
mimeType
-
codecs
-
bandwidth
protected int bandwidth -
label
-
roles
-
-
Constructor Details
-
UiAbstractShakaStream
public UiAbstractShakaStream()
-
-
Method Details
-
toString
-
getId
public int getId() -
getOriginalId
-
getMimeType
-
getCodecs
-
getBandwidth
public int getBandwidth() -
getLabel
-
getRoles
-
setId
-
setOriginalId
-
setMimeType
-
setCodecs
-
setBandwidth
-
setLabel
-
setRoles
-