public class TeleconferenceDeviceQuality
extends java.lang.Object
implements com.microsoft.graph.serializer.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
the OData type of the object as returned by the service
|
java.util.UUID |
participantId
The Participant Id.
|
| Constructor and Description |
|---|
TeleconferenceDeviceQuality() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="callChainId",
alternate="CallChainId")
@Expose
@Nullable
public java.util.UUID callChainId
@SerializedName(value="cloudServiceDeploymentEnvironment",
alternate="CloudServiceDeploymentEnvironment")
@Expose
@Nullable
public java.lang.String cloudServiceDeploymentEnvironment
@SerializedName(value="cloudServiceDeploymentId",
alternate="CloudServiceDeploymentId")
@Expose
@Nullable
public java.lang.String cloudServiceDeploymentId
@SerializedName(value="cloudServiceInstanceName",
alternate="CloudServiceInstanceName")
@Expose
@Nullable
public java.lang.String cloudServiceInstanceName
@SerializedName(value="cloudServiceName",
alternate="CloudServiceName")
@Expose
@Nullable
public java.lang.String cloudServiceName
@SerializedName(value="deviceDescription",
alternate="DeviceDescription")
@Expose
@Nullable
public java.lang.String deviceDescription
@SerializedName(value="deviceName",
alternate="DeviceName")
@Expose
@Nullable
public java.lang.String deviceName
@SerializedName(value="mediaLegId",
alternate="MediaLegId")
@Expose
@Nullable
public java.util.UUID mediaLegId
@SerializedName(value="mediaQualityList",
alternate="MediaQualityList")
@Expose
@Nullable
public java.util.List<TeleconferenceDeviceMediaQuality> mediaQualityList
@SerializedName(value="participantId",
alternate="ParticipantId")
@Expose
@Nullable
public java.util.UUID participantId
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to