Class UserExperienceAnalyticsInsight

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

public class UserExperienceAnalyticsInsight extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Insight.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • insightId

      @SerializedName(value="insightId", alternate="InsightId") @Expose @Nullable public String insightId
      The Insight Id. The unique identifier of the user experience analytics insight.
    • severity

      @SerializedName(value="severity", alternate="Severity") @Expose @Nullable public UserExperienceAnalyticsInsightSeverity severity
      The Severity. The severity of the user experience analytics insight. Possible values are: none, informational, warning, error. None by default. Possible values are: none, informational, warning, error, unknownFutureValue.
    • userExperienceAnalyticsMetricId

      @SerializedName(value="userExperienceAnalyticsMetricId", alternate="UserExperienceAnalyticsMetricId") @Expose @Nullable public String userExperienceAnalyticsMetricId
      The User Experience Analytics Metric Id. The unique identifier of the user experience analytics metric.
    • values

      @SerializedName(value="values", alternate="Values") @Expose @Nullable public List<UserExperienceAnalyticsInsightValue> values
      The Values. The value of the user experience analytics insight.
  • Constructor Details

    • UserExperienceAnalyticsInsight

      public UserExperienceAnalyticsInsight()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to