Class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion extends Entity implements com.microsoft.kiota.serialization.Parsable
The user experience analytics application performance entity contains app performance details by OS version.
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a UserExperienceAnalyticsAppHealthAppPerformanceByOSVersion
    • getActiveDeviceCount

      @Nullable public Integer getActiveDeviceCount()
      Gets the activeDeviceCount property value. The number of devices where the application has been active. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Returns:
      a Integer
    • getAppCrashCount

      @Nullable public Integer getAppCrashCount()
      Gets the appCrashCount property value. The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Returns:
      a Integer
    • getAppDisplayName

      @Nullable public String getAppDisplayName()
      Gets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.
      Returns:
      a String
    • getAppName

      @Nullable public String getAppName()
      Gets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
      Returns:
      a String
    • getAppPublisher

      @Nullable public String getAppPublisher()
      Gets the appPublisher property value. The publisher of the application. Supports: $select, $OrderBy. Read-only.
      Returns:
      a String
    • getAppUsageDuration

      @Nullable public Integer getAppUsageDuration()
      Gets the appUsageDuration property value. The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Returns:
      a Integer
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMeanTimeToFailureInMinutes

      @Nullable public Integer getMeanTimeToFailureInMinutes()
      Gets the meanTimeToFailureInMinutes property value. The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Returns:
      a Integer
    • getOsBuildNumber

      @Nullable public String getOsBuildNumber()
      Gets the osBuildNumber property value. The OS build number of the application. Supports: $select, $OrderBy. Read-only.
      Returns:
      a String
    • getOsVersion

      @Nullable public String getOsVersion()
      Gets the osVersion property value. The OS version of the application. Supports: $select, $OrderBy. Read-only.
      Returns:
      a String
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setActiveDeviceCount

      public void setActiveDeviceCount(@Nullable Integer value)
      Sets the activeDeviceCount property value. The number of devices where the application has been active. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Parameters:
      value - Value to set for the activeDeviceCount property.
    • setAppCrashCount

      public void setAppCrashCount(@Nullable Integer value)
      Sets the appCrashCount property value. The number of crashes for the application. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Parameters:
      value - Value to set for the appCrashCount property.
    • setAppDisplayName

      public void setAppDisplayName(@Nullable String value)
      Sets the appDisplayName property value. The friendly name of the application. Possible values are: Outlook, Excel. Supports: $select, $OrderBy. Read-only.
      Parameters:
      value - Value to set for the appDisplayName property.
    • setAppName

      public void setAppName(@Nullable String value)
      Sets the appName property value. The name of the application. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
      Parameters:
      value - Value to set for the appName property.
    • setAppPublisher

      public void setAppPublisher(@Nullable String value)
      Sets the appPublisher property value. The publisher of the application. Supports: $select, $OrderBy. Read-only.
      Parameters:
      value - Value to set for the appPublisher property.
    • setAppUsageDuration

      public void setAppUsageDuration(@Nullable Integer value)
      Sets the appUsageDuration property value. The total usage time of the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Parameters:
      value - Value to set for the appUsageDuration property.
    • setMeanTimeToFailureInMinutes

      public void setMeanTimeToFailureInMinutes(@Nullable Integer value)
      Sets the meanTimeToFailureInMinutes property value. The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647
      Parameters:
      value - Value to set for the meanTimeToFailureInMinutes property.
    • setOsBuildNumber

      public void setOsBuildNumber(@Nullable String value)
      Sets the osBuildNumber property value. The OS build number of the application. Supports: $select, $OrderBy. Read-only.
      Parameters:
      value - Value to set for the osBuildNumber property.
    • setOsVersion

      public void setOsVersion(@Nullable String value)
      Sets the osVersion property value. The OS version of the application. Supports: $select, $OrderBy. Read-only.
      Parameters:
      value - Value to set for the osVersion property.