Package com.microsoft.graph.models
Class UserExperienceAnalyticsDevicePerformance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsDevicePerformance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsDevicePerformance
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Device Performance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Average Blue Screens.The Average Restarts.The Blue Screen Count.The Boot Score.The Core Boot Time In Ms.The Core Login Time In Ms.The Device Count.The Device Name.The Disk Type.The Group Policy Boot Time In Ms.The Group Policy Login Time In Ms.The Health Status.The Login Score.The Manufacturer.The Model.The Model Startup Performance Score.The Operating System Version.The Responsive Desktop Time In Ms.The Restart Count.The Startup Performance Score. -
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
-
averageBlueScreens
@SerializedName(value="averageBlueScreens", alternate="AverageBlueScreens") @Expose @Nullable public Double averageBlueScreensThe Average Blue Screens. Average (mean) number of Blue Screens per device in the last 30 days. Valid values 0 to 9999999 -
averageRestarts
@SerializedName(value="averageRestarts", alternate="AverageRestarts") @Expose @Nullable public Double averageRestartsThe Average Restarts. Average (mean) number of Restarts per device in the last 30 days. Valid values 0 to 9999999 -
blueScreenCount
@SerializedName(value="blueScreenCount", alternate="BlueScreenCount") @Expose @Nullable public Integer blueScreenCountThe Blue Screen Count. Number of Blue Screens in the last 30 days. Valid values 0 to 9999999 -
bootScore
@SerializedName(value="bootScore", alternate="BootScore") @Expose @Nullable public Integer bootScoreThe Boot Score. The user experience analytics device boot score. -
coreBootTimeInMs
@SerializedName(value="coreBootTimeInMs", alternate="CoreBootTimeInMs") @Expose @Nullable public Integer coreBootTimeInMsThe Core Boot Time In Ms. The user experience analytics device core boot time in milliseconds. -
coreLoginTimeInMs
@SerializedName(value="coreLoginTimeInMs", alternate="CoreLoginTimeInMs") @Expose @Nullable public Integer coreLoginTimeInMsThe Core Login Time In Ms. The user experience analytics device core login time in milliseconds. -
deviceCount
@SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Long deviceCountThe Device Count. User experience analytics summarized device count. -
deviceName
@SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceNameThe Device Name. The user experience analytics device name. -
diskType
The Disk Type. The user experience analytics device disk type. Possible values are: unknown, hdd, ssd, unknownFutureValue. -
groupPolicyBootTimeInMs
@SerializedName(value="groupPolicyBootTimeInMs", alternate="GroupPolicyBootTimeInMs") @Expose @Nullable public Integer groupPolicyBootTimeInMsThe Group Policy Boot Time In Ms. The user experience analytics device group policy boot time in milliseconds. -
groupPolicyLoginTimeInMs
@SerializedName(value="groupPolicyLoginTimeInMs", alternate="GroupPolicyLoginTimeInMs") @Expose @Nullable public Integer groupPolicyLoginTimeInMsThe Group Policy Login Time In Ms. The user experience analytics device group policy login time in milliseconds. -
healthStatus
@SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatusThe Health Status. The health state of the user experience analytics device. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue. -
loginScore
@SerializedName(value="loginScore", alternate="LoginScore") @Expose @Nullable public Integer loginScoreThe Login Score. The user experience analytics device login score. -
manufacturer
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturerThe Manufacturer. The user experience analytics device manufacturer. -
model
The Model. The user experience analytics device model. -
modelStartupPerformanceScore
@SerializedName(value="modelStartupPerformanceScore", alternate="ModelStartupPerformanceScore") @Expose @Nullable public Double modelStartupPerformanceScoreThe Model Startup Performance Score. The user experience analytics model level startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
operatingSystemVersion
@SerializedName(value="operatingSystemVersion", alternate="OperatingSystemVersion") @Expose @Nullable public String operatingSystemVersionThe Operating System Version. The user experience analytics device Operating System version. -
responsiveDesktopTimeInMs
@SerializedName(value="responsiveDesktopTimeInMs", alternate="ResponsiveDesktopTimeInMs") @Expose @Nullable public Integer responsiveDesktopTimeInMsThe Responsive Desktop Time In Ms. The user experience analytics responsive desktop time in milliseconds. -
restartCount
@SerializedName(value="restartCount", alternate="RestartCount") @Expose @Nullable public Integer restartCountThe Restart Count. Number of Restarts in the last 30 days. Valid values 0 to 9999999 -
startupPerformanceScore
@SerializedName(value="startupPerformanceScore", alternate="StartupPerformanceScore") @Expose @Nullable public Double startupPerformanceScoreThe Startup Performance Score. The user experience analytics device startup performance score. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
-
-
Constructor Details
-
UserExperienceAnalyticsDevicePerformance
public UserExperienceAnalyticsDevicePerformance()
-
-
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
-