Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Insight Id.the OData type of the object as returned by the serviceThe Severity.The User Experience Analytics Metric Id.The Values. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
insightId
The Insight Id. The unique identifier of the user experience analytics insight. -
severity
@SerializedName(value="severity", alternate="Severity") @Expose @Nullable public UserExperienceAnalyticsInsightSeverity severityThe 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 userExperienceAnalyticsMetricIdThe 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> valuesThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-