Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Os Check Failed Percentage.The Processor64Bit Check Failed Percentage.The Processor Core Count Check Failed Percentage.The Processor Family Check Failed Percentage.The Processor Speed Check Failed Percentage.The Ram Check Failed Percentage.The Secure Boot Check Failed Percentage.The Storage Check Failed Percentage.The Total Device Count.The Tpm Check Failed Percentage.The Upgrade Eligible Device Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
osCheckFailedPercentage
@SerializedName(value="osCheckFailedPercentage", alternate="OsCheckFailedPercentage") @Expose @Nullable public Double osCheckFailedPercentageThe 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 processor64BitCheckFailedPercentageThe 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 processorCoreCountCheckFailedPercentageThe 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 processorFamilyCheckFailedPercentageThe 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 processorSpeedCheckFailedPercentageThe 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 ramCheckFailedPercentageThe 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 secureBootCheckFailedPercentageThe 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 storageCheckFailedPercentageThe 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 totalDeviceCountThe 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 tpmCheckFailedPercentageThe 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 upgradeEligibleDeviceCountThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-