Package com.microsoft.graph.models
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics App Health App Performance By App Version Device Id.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Crash Count.The App Display Name.The App Name.The App Publisher.The App Version.The Device Display Name.The Device Id.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 crashes for the app. Valid values -2147483648 to 2147483647 -
appDisplayName
@SerializedName(value="appDisplayName", alternate="AppDisplayName") @Expose @Nullable public String appDisplayNameThe App Display Name. The friendly name of the application. -
appName
The App Name. The name of the application. -
appPublisher
@SerializedName(value="appPublisher", alternate="AppPublisher") @Expose @Nullable public String appPublisherThe App Publisher. The publisher of the application. -
appVersion
@SerializedName(value="appVersion", alternate="AppVersion") @Expose @Nullable public String appVersionThe App Version. The version of the application. -
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. -
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
-
UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId()
-
-
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
-