Class UserExperienceAnalyticsAppHealthDevicePerformanceDetails

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsAppHealthDevicePerformanceDetails
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserExperienceAnalyticsAppHealthDevicePerformanceDetails extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics App Health Device Performance Details.
  • Field Details

    • appDisplayName

      @SerializedName(value="appDisplayName", alternate="AppDisplayName") @Expose @Nullable public String appDisplayName
      The App Display Name. The friendly name of the application for which the event occurred. Possible values are: outlook.exe, excel.exe. Supports: $select, $OrderBy. Read-only.
    • appPublisher

      @SerializedName(value="appPublisher", alternate="AppPublisher") @Expose @Nullable public String appPublisher
      The App Publisher. The publisher of the application. Supports: $select, $OrderBy. Read-only.
    • appVersion

      @SerializedName(value="appVersion", alternate="AppVersion") @Expose @Nullable public String appVersion
      The App Version. The version of the application. Possible values are: 1.0.0.1, 75.65.23.9. Supports: $select, $OrderBy. Read-only.
    • deviceDisplayName

      @SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public String deviceDisplayName
      The Device Display Name. The name of the device. Supports: $select, $OrderBy. Read-only.
    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. The Intune device id of the device. Supports: $select, $OrderBy. Read-only.
    • eventDateTime

      @SerializedName(value="eventDateTime", alternate="EventDateTime") @Expose @Nullable public OffsetDateTime eventDateTime
      The Event Date Time. The time the event occurred. 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.
    • eventType

      @SerializedName(value="eventType", alternate="EventType") @Expose @Nullable public String eventType
      The Event Type. The type of the event. Supports: $select, $OrderBy. Read-only.
  • Constructor Details

    • UserExperienceAnalyticsAppHealthDevicePerformanceDetails

      public UserExperienceAnalyticsAppHealthDevicePerformanceDetails()
  • 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