Class UserExperienceAnalyticsDevicePerformance

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

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

    • averageBlueScreens

      @SerializedName(value="averageBlueScreens", alternate="AverageBlueScreens") @Expose @Nullable public Double averageBlueScreens
      The Average Blue Screens. Average (mean) number of Blue Screens per device in the last 30 days. Valid values 0 to 9999999
    • averageRestarts

      @SerializedName(value="averageRestarts", alternate="AverageRestarts") @Expose @Nullable public Double averageRestarts
      The Average Restarts. Average (mean) number of Restarts per device in the last 30 days. Valid values 0 to 9999999
    • blueScreenCount

      @SerializedName(value="blueScreenCount", alternate="BlueScreenCount") @Expose @Nullable public Integer blueScreenCount
      The Blue Screen Count. Number of Blue Screens in the last 30 days. Valid values 0 to 9999999
    • bootScore

      @SerializedName(value="bootScore", alternate="BootScore") @Expose @Nullable public Integer bootScore
      The Boot Score. The user experience analytics device boot score.
    • coreBootTimeInMs

      @SerializedName(value="coreBootTimeInMs", alternate="CoreBootTimeInMs") @Expose @Nullable public Integer coreBootTimeInMs
      The Core Boot Time In Ms. The user experience analytics device core boot time in milliseconds.
    • coreLoginTimeInMs

      @SerializedName(value="coreLoginTimeInMs", alternate="CoreLoginTimeInMs") @Expose @Nullable public Integer coreLoginTimeInMs
      The Core Login Time In Ms. The user experience analytics device core login time in milliseconds.
    • deviceCount

      @SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Long deviceCount
      The Device Count. User experience analytics summarized device count.
    • deviceName

      @SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceName
      The Device Name. The user experience analytics device name.
    • diskType

      @SerializedName(value="diskType", alternate="DiskType") @Expose @Nullable public DiskType diskType
      The Disk Type. The user experience analytics device disk type.
    • groupPolicyBootTimeInMs

      @SerializedName(value="groupPolicyBootTimeInMs", alternate="GroupPolicyBootTimeInMs") @Expose @Nullable public Integer groupPolicyBootTimeInMs
      The Group Policy Boot Time In Ms. The user experience analytics device group policy boot time in milliseconds.
    • groupPolicyLoginTimeInMs

      @SerializedName(value="groupPolicyLoginTimeInMs", alternate="GroupPolicyLoginTimeInMs") @Expose @Nullable public Integer groupPolicyLoginTimeInMs
      The Group Policy Login Time In Ms. The user experience analytics device group policy login time in milliseconds.
    • healthStatus

      @SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatus
      The Health Status. The health state of the user experience analytics device.
    • loginScore

      @SerializedName(value="loginScore", alternate="LoginScore") @Expose @Nullable public Integer loginScore
      The Login Score. The user experience analytics device login score.
    • manufacturer

      @SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturer
      The Manufacturer. The user experience analytics device manufacturer.
    • model

      @SerializedName(value="model", alternate="Model") @Expose @Nullable public String model
      The Model. The user experience analytics device model.
    • modelStartupPerformanceScore

      @SerializedName(value="modelStartupPerformanceScore", alternate="ModelStartupPerformanceScore") @Expose @Nullable public Double modelStartupPerformanceScore
      The Model Startup Performance Score. The user experience analytics model level startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • operatingSystemVersion

      @SerializedName(value="operatingSystemVersion", alternate="OperatingSystemVersion") @Expose @Nullable public String operatingSystemVersion
      The Operating System Version. The user experience analytics device Operating System version.
    • responsiveDesktopTimeInMs

      @SerializedName(value="responsiveDesktopTimeInMs", alternate="ResponsiveDesktopTimeInMs") @Expose @Nullable public Integer responsiveDesktopTimeInMs
      The Responsive Desktop Time In Ms. The user experience analytics responsive desktop time in milliseconds.
    • restartCount

      @SerializedName(value="restartCount", alternate="RestartCount") @Expose @Nullable public Integer restartCount
      The Restart Count. Number of Restarts in the last 30 days. Valid values 0 to 9999999
    • startupPerformanceScore

      @SerializedName(value="startupPerformanceScore", alternate="StartupPerformanceScore") @Expose @Nullable public Double startupPerformanceScore
      The Startup Performance Score. The user experience analytics device startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
  • Constructor Details

    • UserExperienceAnalyticsDevicePerformance

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