Package com.microsoft.graph.models
Class UserExperienceAnalyticsAppHealthDevicePerformance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsAppHealthDevicePerformance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsAppHealthDevicePerformance
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics App Health Device Performance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Crash Count.The App Hang Count.The Crashed App Count.The Device App Health Score.The Device Display Name.The Device Id.The Device Manufacturer.The Device Model.The Health Status.The Mean Time To Failure In Minutes.The Processed Date Time. -
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
-
appCrashCount
@SerializedName(value="appCrashCount", alternate="AppCrashCount") @Expose @Nullable public Integer appCrashCountThe App Crash Count. The number of application crashes for the device. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
appHangCount
@SerializedName(value="appHangCount", alternate="AppHangCount") @Expose @Nullable public Integer appHangCountThe App Hang Count. The number of application hangs for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
crashedAppCount
@SerializedName(value="crashedAppCount", alternate="CrashedAppCount") @Expose @Nullable public Integer crashedAppCountThe Crashed App Count. The number of distinct application crashes for the device. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
deviceAppHealthScore
@SerializedName(value="deviceAppHealthScore", alternate="DeviceAppHealthScore") @Expose @Nullable public Double deviceAppHealthScoreThe Device App Health Score. The application health score of the device. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
deviceDisplayName
@SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public String deviceDisplayNameThe Device Display Name. The name of the device. Supports: $select, $OrderBy. Read-only. -
deviceId
The Device Id. The Intune device id of the device. Supports: $select, $OrderBy. Read-only. -
deviceManufacturer
@SerializedName(value="deviceManufacturer", alternate="DeviceManufacturer") @Expose @Nullable public String deviceManufacturerThe Device Manufacturer. The manufacturer name of the device. Supports: $select, $OrderBy. Read-only. -
deviceModel
@SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public String deviceModelThe Device Model. The model name of the device. Supports: $select, $OrderBy. Read-only. -
healthStatus
@SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatusThe Health Status. The health state of the user experience analytics 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. -
meanTimeToFailureInMinutes
@SerializedName(value="meanTimeToFailureInMinutes", alternate="MeanTimeToFailureInMinutes") @Expose @Nullable public Integer meanTimeToFailureInMinutesThe 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 -
processedDateTime
@SerializedName(value="processedDateTime", alternate="ProcessedDateTime") @Expose @Nullable public OffsetDateTime processedDateTimeThe Processed Date Time. The date and time when the statistics were last computed. The value cannot be modified and is automatically populated when the statistics are computed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2022 would look like this: '2022-01-01T00:00:00Z'. Returned by default. Read-only.
-
-
Constructor Details
-
UserExperienceAnalyticsAppHealthDevicePerformance
public UserExperienceAnalyticsAppHealthDevicePerformance()
-
-
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
-