Package com.microsoft.graph.models
Class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics App Health App Performance By App Version Details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Crash Count.The App Display Name.The App Name.The App Publisher.The App Version.The Device Count With Crashes.The Is Latest Used Version.The Is Most Used Version. -
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
-
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. -
deviceCountWithCrashes
@SerializedName(value="deviceCountWithCrashes", alternate="DeviceCountWithCrashes") @Expose @Nullable public Integer deviceCountWithCrashesThe Device Count With Crashes. The total number of devices that have reported one or more application crashes for this application and version. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
isLatestUsedVersion
@SerializedName(value="isLatestUsedVersion", alternate="IsLatestUsedVersion") @Expose @Nullable public Boolean isLatestUsedVersionThe Is Latest Used Version. When TRUE, indicates the version of application is the latest version for that application that is in use. When FALSE, indicates the version is not the latest version. FALSE by default. Supports: $select, $OrderBy. -
isMostUsedVersion
@SerializedName(value="isMostUsedVersion", alternate="IsMostUsedVersion") @Expose @Nullable public Boolean isMostUsedVersionThe Is Most Used Version. When TRUE, indicates the version of application is the most used version for that application. When FALSE, indicates the version is not the most used version. FALSE by default. Supports: $select, $OrderBy. Read-only.
-
-
Constructor Details
-
UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails
public UserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails()
-
-
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
-