Package com.microsoft.graph.models
Class UserExperienceAnalyticsAppHealthOSVersionPerformance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsAppHealthOSVersionPerformance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsAppHealthOSVersionPerformance
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics App Health OSVersion Performance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Active Device Count.The Mean Time To Failure In Minutes.The Os Build Number.The Os Version.The Os Version App Health 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
-
activeDeviceCount
@SerializedName(value="activeDeviceCount", alternate="ActiveDeviceCount") @Expose @Nullable public Integer activeDeviceCountThe Active Device Count. The number of active devices for the OS version. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
meanTimeToFailureInMinutes
@SerializedName(value="meanTimeToFailureInMinutes", alternate="MeanTimeToFailureInMinutes") @Expose @Nullable public Integer meanTimeToFailureInMinutesThe Mean Time To Failure In Minutes. The mean time to failure for the application in minutes. Valid values 0 to 2147483647. Supports: $filter, $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
osBuildNumber
@SerializedName(value="osBuildNumber", alternate="OsBuildNumber") @Expose @Nullable public String osBuildNumberThe Os Build Number. The OS build number installed on the device. Supports: $select, $OrderBy. Read-only. -
osVersion
The Os Version. The OS version installed on the device. Supports: $select, $OrderBy. Read-only. -
osVersionAppHealthScore
@SerializedName(value="osVersionAppHealthScore", alternate="OsVersionAppHealthScore") @Expose @Nullable public Double osVersionAppHealthScoreThe Os Version App Health Score. The application health score of the OS version. Valid values 0 to 100. Supports: $filter, $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
-
-
Constructor Details
-
UserExperienceAnalyticsAppHealthOSVersionPerformance
public UserExperienceAnalyticsAppHealthOSVersionPerformance()
-
-
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
-