Class UserExperienceAnalyticsWorkFromAnywhereModelPerformance

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

public class UserExperienceAnalyticsWorkFromAnywhereModelPerformance extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Work From Anywhere Model Performance.
  • Field Details

    • cloudIdentityScore

      @SerializedName(value="cloudIdentityScore", alternate="CloudIdentityScore") @Expose @Nullable public Double cloudIdentityScore
      The Cloud Identity Score. The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • cloudManagementScore

      @SerializedName(value="cloudManagementScore", alternate="CloudManagementScore") @Expose @Nullable public Double cloudManagementScore
      The Cloud Management Score. The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • cloudProvisioningScore

      @SerializedName(value="cloudProvisioningScore", alternate="CloudProvisioningScore") @Expose @Nullable public Double cloudProvisioningScore
      The Cloud Provisioning Score. The cloud provisioning score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • healthStatus

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

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

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

      @SerializedName(value="modelDeviceCount", alternate="ModelDeviceCount") @Expose @Nullable public Integer modelDeviceCount
      The Model Device Count. The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
    • windowsScore

      @SerializedName(value="windowsScore", alternate="WindowsScore") @Expose @Nullable public Double windowsScore
      The Windows Score. The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • workFromAnywhereScore

      @SerializedName(value="workFromAnywhereScore", alternate="WorkFromAnywhereScore") @Expose @Nullable public Double workFromAnywhereScore
      The Work From Anywhere Score. The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
  • Constructor Details

    • UserExperienceAnalyticsWorkFromAnywhereModelPerformance

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