Class UserExperienceAnalyticsAppHealthDeviceModelPerformance

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

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

    • activeDeviceCount

      @SerializedName(value="activeDeviceCount", alternate="ActiveDeviceCount") @Expose @Nullable public Integer activeDeviceCount
      The Active Device Count. The number of active devices for the model. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
    • deviceManufacturer

      @SerializedName(value="deviceManufacturer", alternate="DeviceManufacturer") @Expose @Nullable public String deviceManufacturer
      The Device Manufacturer. The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.
    • deviceModel

      @SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public String deviceModel
      The Device Model. The model name of the device. Supports: $select, $OrderBy. Read-only.
    • healthStatus

      @SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatus
      The Health Status. The health state of the user experience analytics model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue.
    • meanTimeToFailureInMinutes

      @SerializedName(value="meanTimeToFailureInMinutes", alternate="MeanTimeToFailureInMinutes") @Expose @Nullable public Integer meanTimeToFailureInMinutes
      The Mean Time To Failure In Minutes. The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
    • modelAppHealthScore

      @SerializedName(value="modelAppHealthScore", alternate="ModelAppHealthScore") @Expose @Nullable public Double modelAppHealthScore
      The Model App Health Score. The application health score of the device model. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
  • Constructor Details

    • UserExperienceAnalyticsAppHealthDeviceModelPerformance

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