Package com.microsoft.graph.models
Class UserExperienceAnalyticsDeviceStartupProcessPerformance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsDeviceStartupProcessPerformance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsDeviceStartupProcessPerformance
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Device Startup Process Performance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Device Count.The Median Impact In Ms.The Process Name.The Product Name.The Publisher.The Total Impact In Ms. -
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
-
deviceCount
@SerializedName(value="deviceCount", alternate="DeviceCount") @Expose @Nullable public Long deviceCountThe Device Count. The count of devices which initiated this process on startup. Supports: $filter, $select, $OrderBy. Read-only. -
medianImpactInMs
@SerializedName(value="medianImpactInMs", alternate="MedianImpactInMs") @Expose @Nullable public Long medianImpactInMsThe Median Impact In Ms. The median impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only. -
processName
@SerializedName(value="processName", alternate="ProcessName") @Expose @Nullable public String processNameThe Process Name. The name of the startup process. Examples: outlook, excel. Supports: $select, $OrderBy. Read-only. -
productName
@SerializedName(value="productName", alternate="ProductName") @Expose @Nullable public String productNameThe Product Name. The product name of the startup process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only. -
publisher
The Publisher. The publisher of the startup process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only. -
totalImpactInMs
@SerializedName(value="totalImpactInMs", alternate="TotalImpactInMs") @Expose @Nullable public Long totalImpactInMsThe Total Impact In Ms. The total impact of startup process on device boot time in milliseconds. Supports: $filter, $select, $OrderBy. Read-only.
-
-
Constructor Details
-
UserExperienceAnalyticsDeviceStartupProcessPerformance
public UserExperienceAnalyticsDeviceStartupProcessPerformance()
-
-
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
-