Class UserExperienceAnalyticsDeviceStartupProcessPerformance

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

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

    • deviceCount

      @SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Long deviceCount
      The Device Count. The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only.
    • medianImpactInMs

      @SerializedName(value="medianImpactInMs", alternate="MedianImpactInMs") @Expose @Nullable public Long medianImpactInMs
      The Median Impact In Ms. The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.
    • processName

      @SerializedName(value="processName", alternate="ProcessName") @Expose @Nullable public String processName
      The Process Name. The name of the startup 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 startup 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 startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only.
    • totalImpactInMs

      @SerializedName(value="totalImpactInMs", alternate="TotalImpactInMs") @Expose @Nullable public Long totalImpactInMs
      The Total Impact In Ms. The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.
  • Constructor Details

    • UserExperienceAnalyticsDeviceStartupProcessPerformance

      public UserExperienceAnalyticsDeviceStartupProcessPerformance()
  • 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