Class UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric

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

public class UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Work From Anywhere Hardware Readiness Metric.
  • Field Details

    • osCheckFailedPercentage

      @SerializedName(value="osCheckFailedPercentage", alternate="OsCheckFailedPercentage") @Expose @Nullable public Double osCheckFailedPercentage
      The Os Check Failed Percentage. The percentage of devices for which OS check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • processor64BitCheckFailedPercentage

      @SerializedName(value="processor64BitCheckFailedPercentage", alternate="Processor64BitCheckFailedPercentage") @Expose @Nullable public Double processor64BitCheckFailedPercentage
      The Processor64Bit Check Failed Percentage. The percentage of devices for which processor hardware 64-bit architecture check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • processorCoreCountCheckFailedPercentage

      @SerializedName(value="processorCoreCountCheckFailedPercentage", alternate="ProcessorCoreCountCheckFailedPercentage") @Expose @Nullable public Double processorCoreCountCheckFailedPercentage
      The Processor Core Count Check Failed Percentage. The percentage of devices for which processor hardware core count check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • processorFamilyCheckFailedPercentage

      @SerializedName(value="processorFamilyCheckFailedPercentage", alternate="ProcessorFamilyCheckFailedPercentage") @Expose @Nullable public Double processorFamilyCheckFailedPercentage
      The Processor Family Check Failed Percentage. The percentage of devices for which processor hardware family check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • processorSpeedCheckFailedPercentage

      @SerializedName(value="processorSpeedCheckFailedPercentage", alternate="ProcessorSpeedCheckFailedPercentage") @Expose @Nullable public Double processorSpeedCheckFailedPercentage
      The Processor Speed Check Failed Percentage. The percentage of devices for which processor hardware speed check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • ramCheckFailedPercentage

      @SerializedName(value="ramCheckFailedPercentage", alternate="RamCheckFailedPercentage") @Expose @Nullable public Double ramCheckFailedPercentage
      The Ram Check Failed Percentage. The percentage of devices for which RAM hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • secureBootCheckFailedPercentage

      @SerializedName(value="secureBootCheckFailedPercentage", alternate="SecureBootCheckFailedPercentage") @Expose @Nullable public Double secureBootCheckFailedPercentage
      The Secure Boot Check Failed Percentage. The percentage of devices for which secure boot hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • storageCheckFailedPercentage

      @SerializedName(value="storageCheckFailedPercentage", alternate="StorageCheckFailedPercentage") @Expose @Nullable public Double storageCheckFailedPercentage
      The Storage Check Failed Percentage. The percentage of devices for which storage hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • totalDeviceCount

      @SerializedName(value="totalDeviceCount", alternate="TotalDeviceCount") @Expose @Nullable public Integer totalDeviceCount
      The Total Device Count. The count of total devices in an organization. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
    • tpmCheckFailedPercentage

      @SerializedName(value="tpmCheckFailedPercentage", alternate="TpmCheckFailedPercentage") @Expose @Nullable public Double tpmCheckFailedPercentage
      The Tpm Check Failed Percentage. The percentage of devices for which Trusted Platform Module (TPM) hardware check has failed. Valid values 0 to 100. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
    • upgradeEligibleDeviceCount

      @SerializedName(value="upgradeEligibleDeviceCount", alternate="UpgradeEligibleDeviceCount") @Expose @Nullable public Integer upgradeEligibleDeviceCount
      The Upgrade Eligible Device Count. The count of devices in an organization eligible for windows upgrade. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
  • Constructor Details

    • UserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric

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