Package com.microsoft.graph.models
Class UserExperienceAnalyticsDeviceStartupProcess
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsDeviceStartupProcess
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsDeviceStartupProcess
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Device Startup Process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Managed Device Id.The Process Name.The Product Name.The Publisher.The Startup 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
-
managedDeviceId
@SerializedName(value="managedDeviceId", alternate="ManagedDeviceId") @Expose @Nullable public String managedDeviceIdThe Managed Device Id. The Intune device id of the device. Supports: $select, $OrderBy. Read-only. -
processName
@SerializedName(value="processName", alternate="ProcessName") @Expose @Nullable public String processNameThe Process Name. The name of the 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 process. Examples: Microsoft Outlook, Microsoft Excel. Supports: $select, $OrderBy. Read-only. -
publisher
The Publisher. The publisher of the process. Examples: Microsoft Corporation, Contoso Corp. Supports: $select, $OrderBy. Read-only. -
startupImpactInMs
@SerializedName(value="startupImpactInMs", alternate="StartupImpactInMs") @Expose @Nullable public Integer startupImpactInMsThe Startup Impact In Ms. The impact of startup process on device boot time in milliseconds. Supports: $select, $OrderBy. Read-only.
-
-
Constructor Details
-
UserExperienceAnalyticsDeviceStartupProcess
public UserExperienceAnalyticsDeviceStartupProcess()
-
-
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
-