public class MediaStream extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MediaDirection |
direction
The Direction.
|
java.lang.String |
label
The Label.
|
Modality |
mediaType
The Media Type.
|
java.lang.String |
oDataType |
java.lang.Boolean |
serverMuted
The Server Muted.
|
java.lang.String |
sourceId
The Source Id.
|
| Constructor and Description |
|---|
MediaStream() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="direction",
alternate="Direction")
@Expose
public MediaDirection direction
@SerializedName(value="label",
alternate="Label")
@Expose
public java.lang.String label
@SerializedName(value="mediaType",
alternate="MediaType")
@Expose
public Modality mediaType
@SerializedName(value="serverMuted",
alternate="ServerMuted")
@Expose
public java.lang.Boolean serverMuted
@SerializedName(value="sourceId",
alternate="SourceId")
@Expose
public java.lang.String sourceId
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to