Class UserExperienceAnalyticsBaseline

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

public class UserExperienceAnalyticsBaseline extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Baseline.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date the custom baseline was created. The value cannot be modified and is automatically populated when the baseline is created. 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, 2014 would look like this: '2014-01-01T00:00:00Z'. Returned by default.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the baseline.
    • isBuiltIn

      @SerializedName(value="isBuiltIn", alternate="IsBuiltIn") @Expose @Nullable public Boolean isBuiltIn
      The Is Built In. When TRUE, indicates the current baseline is the commercial median baseline. When FALSE, indicates it is a custom baseline. FALSE by default.
    • appHealthMetrics

      @SerializedName(value="appHealthMetrics", alternate="AppHealthMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory appHealthMetrics
      The App Health Metrics. The scores and insights for the application health metrics.
    • batteryHealthMetrics

      @SerializedName(value="batteryHealthMetrics", alternate="BatteryHealthMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory batteryHealthMetrics
      The Battery Health Metrics. The scores and insights for the battery health metrics.
    • bestPracticesMetrics

      @SerializedName(value="bestPracticesMetrics", alternate="BestPracticesMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory bestPracticesMetrics
      The Best Practices Metrics. The scores and insights for the best practices metrics.
    • deviceBootPerformanceMetrics

      @SerializedName(value="deviceBootPerformanceMetrics", alternate="DeviceBootPerformanceMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory deviceBootPerformanceMetrics
      The Device Boot Performance Metrics. The scores and insights for the device boot performance metrics.
    • rebootAnalyticsMetrics

      @SerializedName(value="rebootAnalyticsMetrics", alternate="RebootAnalyticsMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory rebootAnalyticsMetrics
      The Reboot Analytics Metrics. The scores and insights for the reboot analytics metrics.
    • resourcePerformanceMetrics

      @SerializedName(value="resourcePerformanceMetrics", alternate="ResourcePerformanceMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory resourcePerformanceMetrics
      The Resource Performance Metrics. The scores and insights for the resource performance metrics.
    • workFromAnywhereMetrics

      @SerializedName(value="workFromAnywhereMetrics", alternate="WorkFromAnywhereMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory workFromAnywhereMetrics
      The Work From Anywhere Metrics. The scores and insights for the work from anywhere metrics.
  • Constructor Details

    • UserExperienceAnalyticsBaseline

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