Class UserExperienceAnalyticsDeviceStartupProcess

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsDeviceStartupProcess
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserExperienceAnalyticsDeviceStartupProcess extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Device Startup Process.
  • Field Details

    • managedDeviceId

      @SerializedName(value="managedDeviceId", alternate="ManagedDeviceId") @Expose @Nullable public String managedDeviceId
      The Managed Device Id. The Intune device id of the device. Supports: $select, $OrderBy. Read-only.
    • processName

      @SerializedName(value="processName", alternate="ProcessName") @Expose @Nullable public String processName
      The Process Name. The name of the process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only.
    • productName

      @SerializedName(value="productName", alternate="ProductName") @Expose @Nullable public String productName
      The Product Name. The product name of the process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only.
    • publisher

      @SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public String publisher
      The Publisher. The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.
    • startupImpactInMs

      @SerializedName(value="startupImpactInMs", alternate="StartupImpactInMs") @Expose @Nullable public Integer startupImpactInMs
      The Startup Impact In Ms. The impact of startup process on device boot time in milliseconds. Supports: $select, $OrderBy. Read-only.
  • Constructor Details

    • UserExperienceAnalyticsDeviceStartupProcess

      public UserExperienceAnalyticsDeviceStartupProcess()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to