Package com.microsoft.graph.models
Class UserExperienceAnalyticsDeviceScores
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsDeviceScores
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsDeviceScores
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Device Scores.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Reliability Score.The Battery Health Score.The Device Name.The Endpoint Analytics Score.The Health Status.The Manufacturer.The Model.The Startup Performance Score.The Work From Anywhere Score. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
appReliabilityScore
@SerializedName(value="appReliabilityScore", alternate="AppReliabilityScore") @Expose @Nullable public Double appReliabilityScoreThe App Reliability Score. Indicates a score calculated from application health data to indicate when a device is having problems running one or more applications. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
batteryHealthScore
@SerializedName(value="batteryHealthScore", alternate="BatteryHealthScore") @Expose @Nullable public Double batteryHealthScoreThe Battery Health Score. Indicates a calulated score indicating the health of the device's battery. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
deviceName
@SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceNameThe Device Name. The name of the device. Supports: $select, $OrderBy. Read-only. -
endpointAnalyticsScore
@SerializedName(value="endpointAnalyticsScore", alternate="EndpointAnalyticsScore") @Expose @Nullable public Double endpointAnalyticsScoreThe Endpoint Analytics Score. Indicates a weighted average of the various scores. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
healthStatus
@SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatusThe Health Status. The health status of the device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $filter, $select, $OrderBy. Read-only. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue. -
manufacturer
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturerThe Manufacturer. The manufacturer name of the device. Examples: Microsoft Corporation, HP, Lenovo. Supports: $select, $OrderBy. Read-only. -
model
The Model. The model name of the device. Supports: $select, $OrderBy. Read-only. -
startupPerformanceScore
@SerializedName(value="startupPerformanceScore", alternate="StartupPerformanceScore") @Expose @Nullable public Double startupPerformanceScoreThe Startup Performance Score. Indicates a weighted average of boot score and logon score used for measuring startup performance. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
workFromAnywhereScore
@SerializedName(value="workFromAnywhereScore", alternate="WorkFromAnywhereScore") @Expose @Nullable public Double workFromAnywhereScoreThe Work From Anywhere Score. Indicates a weighted score of the work from anywhere on a device level. Valid values range from 0-100. Value -1 means associated score is unavailable. A higher score indicates a healthier device. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
-
-
Constructor Details
-
UserExperienceAnalyticsDeviceScores
public UserExperienceAnalyticsDeviceScores()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-