public class TeleconferenceDeviceQuality extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
callChainId
The Call Chain Id.
|
java.lang.String |
cloudServiceDeploymentEnvironment
The Cloud Service Deployment Environment.
|
java.lang.String |
cloudServiceDeploymentId
The Cloud Service Deployment Id.
|
java.lang.String |
cloudServiceInstanceName
The Cloud Service Instance Name.
|
java.lang.String |
cloudServiceName
The Cloud Service Name.
|
java.lang.String |
deviceDescription
The Device Description.
|
java.lang.String |
deviceName
The Device Name.
|
java.util.UUID |
mediaLegId
The Media Leg Id.
|
java.util.List<TeleconferenceDeviceMediaQuality> |
mediaQualityList
The Media Quality List.
|
java.lang.String |
oDataType |
java.util.UUID |
participantId
The Participant Id.
|
| Constructor and Description |
|---|
TeleconferenceDeviceQuality() |
| 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="callChainId",
alternate="CallChainId")
@Expose
public java.util.UUID callChainId
@SerializedName(value="cloudServiceDeploymentEnvironment",
alternate="CloudServiceDeploymentEnvironment")
@Expose
public java.lang.String cloudServiceDeploymentEnvironment
@SerializedName(value="cloudServiceDeploymentId",
alternate="CloudServiceDeploymentId")
@Expose
public java.lang.String cloudServiceDeploymentId
@SerializedName(value="cloudServiceInstanceName",
alternate="CloudServiceInstanceName")
@Expose
public java.lang.String cloudServiceInstanceName
@SerializedName(value="cloudServiceName",
alternate="CloudServiceName")
@Expose
public java.lang.String cloudServiceName
@SerializedName(value="deviceDescription",
alternate="DeviceDescription")
@Expose
public java.lang.String deviceDescription
@SerializedName(value="deviceName",
alternate="DeviceName")
@Expose
public java.lang.String deviceName
@SerializedName(value="mediaLegId",
alternate="MediaLegId")
@Expose
public java.util.UUID mediaLegId
@SerializedName(value="mediaQualityList",
alternate="MediaQualityList")
@Expose
public java.util.List<TeleconferenceDeviceMediaQuality> mediaQualityList
@SerializedName(value="participantId",
alternate="ParticipantId")
@Expose
public java.util.UUID participantId
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