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 Details

    • cpuCoresCount

      @SerializedName(value="cpuCoresCount", alternate="CpuCoresCount") @Expose @Nullable public Integer cpuCoresCount
      The Cpu Cores Count. CPU number of cores used by the media endpoint.
    • cpuName

      @SerializedName(value="cpuName", alternate="CpuName") @Expose @Nullable public String cpuName
      The Cpu Name. CPU name used by the media endpoint.
    • cpuProcessorSpeedInMhz

      @SerializedName(value="cpuProcessorSpeedInMhz", alternate="CpuProcessorSpeedInMhz") @Expose @Nullable public Integer cpuProcessorSpeedInMhz
      The Cpu Processor Speed In Mhz. CPU processor speed used by the media endpoint.
    • feedback

      @SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public UserFeedback feedback
      The 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 identity
      The Identity. Identity associated with the endpoint.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Endpoint
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to