Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe App Health Metrics.The Battery Health Metrics.The Best Practices Metrics.The Created Date Time.The Device Boot Performance Metrics.The Display Name.The Is Built In.The Reboot Analytics Metrics.The Resource Performance Metrics.The Work From Anywhere Metrics. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe 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 displayNameThe Display Name. The name of the baseline. -
isBuiltIn
@SerializedName(value="isBuiltIn", alternate="IsBuiltIn") @Expose @Nullable public Boolean isBuiltInThe 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 appHealthMetricsThe App Health Metrics. The scores and insights for the application health metrics. -
batteryHealthMetrics
@SerializedName(value="batteryHealthMetrics", alternate="BatteryHealthMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory batteryHealthMetricsThe Battery Health Metrics. The scores and insights for the battery health metrics. -
bestPracticesMetrics
@SerializedName(value="bestPracticesMetrics", alternate="BestPracticesMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory bestPracticesMetricsThe Best Practices Metrics. The scores and insights for the best practices metrics. -
deviceBootPerformanceMetrics
@SerializedName(value="deviceBootPerformanceMetrics", alternate="DeviceBootPerformanceMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory deviceBootPerformanceMetricsThe Device Boot Performance Metrics. The scores and insights for the device boot performance metrics. -
rebootAnalyticsMetrics
@SerializedName(value="rebootAnalyticsMetrics", alternate="RebootAnalyticsMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory rebootAnalyticsMetricsThe Reboot Analytics Metrics. The scores and insights for the reboot analytics metrics. -
resourcePerformanceMetrics
@SerializedName(value="resourcePerformanceMetrics", alternate="ResourcePerformanceMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory resourcePerformanceMetricsThe Resource Performance Metrics. The scores and insights for the resource performance metrics. -
workFromAnywhereMetrics
@SerializedName(value="workFromAnywhereMetrics", alternate="WorkFromAnywhereMetrics") @Expose @Nullable public UserExperienceAnalyticsCategory workFromAnywhereMetricsThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-