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 Details

    • appCrashCount

      @SerializedName(value="appCrashCount", alternate="AppCrashCount") @Expose @Nullable public Integer appCrashCount
      The 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 appDisplayName
      The App Display Name. The friendly name of the application.
    • appName

      @SerializedName(value="appName", alternate="AppName") @Expose @Nullable public String appName
      The App Name. The name of the application.
    • appPublisher

      @SerializedName(value="appPublisher", alternate="AppPublisher") @Expose @Nullable public String appPublisher
      The App Publisher. The publisher of the application.
    • appVersion

      @SerializedName(value="appVersion", alternate="AppVersion") @Expose @Nullable public String appVersion
      The App Version. The version of the application.
    • deviceCountWithCrashes

      @SerializedName(value="deviceCountWithCrashes", alternate="DeviceCountWithCrashes") @Expose @Nullable public Integer deviceCountWithCrashes
      The 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 isLatestUsedVersion
      The 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 isMostUsedVersion
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to