Class ParticipantEndpoint
java.lang.Object
com.microsoft.graph.callrecords.models.Endpoint
com.microsoft.graph.callrecords.models.ParticipantEndpoint
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ParticipantEndpoint
extends Endpoint
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Participant Endpoint.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Cpu Cores Count.The Cpu Name.The Cpu Processor Speed In Mhz.The Feedback.The Identity.The Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.callrecords.models.Endpoint
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
cpuCoresCount
@SerializedName(value="cpuCoresCount", alternate="CpuCoresCount") @Expose @Nullable public Integer cpuCoresCountThe Cpu Cores Count. CPU number of cores used by the media endpoint. -
cpuName
The Cpu Name. CPU name used by the media endpoint. -
cpuProcessorSpeedInMhz
@SerializedName(value="cpuProcessorSpeedInMhz", alternate="CpuProcessorSpeedInMhz") @Expose @Nullable public Integer cpuProcessorSpeedInMhzThe Cpu Processor Speed In Mhz. CPU processor speed used by the media endpoint. -
feedback
@SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public UserFeedback feedbackThe Feedback. The feedback provided by the user of this endpoint about the quality of the session. -
identity
@SerializedName(value="identity", alternate="Identity") @Expose @Nullable public IdentitySet identityThe Identity. Identity associated with the endpoint. -
name
The Name. Name of the device used by the media endpoint.
-
-
Constructor Details
-
ParticipantEndpoint
public ParticipantEndpoint()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEndpoint- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-