Package com.microsoft.graph.models
Class UserExperienceAnalyticsWorkFromAnywhereModelPerformance
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UserExperienceAnalyticsWorkFromAnywhereModelPerformance
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserExperienceAnalyticsWorkFromAnywhereModelPerformance
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Experience Analytics Work From Anywhere Model Performance.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Cloud Identity Score.The Cloud Management Score.The Cloud Provisioning Score.The Health Status.The Manufacturer.The Model.The Model Device Count.The Windows Score.The Work From Anywhere 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
-
cloudIdentityScore
@SerializedName(value="cloudIdentityScore", alternate="CloudIdentityScore") @Expose @Nullable public Double cloudIdentityScoreThe Cloud Identity Score. The cloud identity score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
cloudManagementScore
@SerializedName(value="cloudManagementScore", alternate="CloudManagementScore") @Expose @Nullable public Double cloudManagementScoreThe Cloud Management Score. The cloud management score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
cloudProvisioningScore
@SerializedName(value="cloudProvisioningScore", alternate="CloudProvisioningScore") @Expose @Nullable public Double cloudProvisioningScoreThe Cloud Provisioning Score. The cloud provisioning score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
healthStatus
@SerializedName(value="healthStatus", alternate="HealthStatus") @Expose @Nullable public UserExperienceAnalyticsHealthState healthStatusThe Health Status. The health state of the user experience analytics work from anywhere device model. Possible values are: unknown, insufficientData, needsAttention, meetingGoals. Unknown by default. Supports: $select, $OrderBy. Read-only. Possible values are: unknown, insufficientData, needsAttention, meetingGoals, unknownFutureValue. -
manufacturer
@SerializedName(value="manufacturer", alternate="Manufacturer") @Expose @Nullable public String manufacturerThe Manufacturer. The manufacturer name of the device. Supports: $select, $OrderBy. Read-only. -
model
The Model. The model name of the device. Supports: $select, $OrderBy. Read-only. -
modelDeviceCount
@SerializedName(value="modelDeviceCount", alternate="ModelDeviceCount") @Expose @Nullable public Integer modelDeviceCountThe Model Device Count. The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647 -
windowsScore
@SerializedName(value="windowsScore", alternate="WindowsScore") @Expose @Nullable public Double windowsScoreThe Windows Score. The window score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308 -
workFromAnywhereScore
@SerializedName(value="workFromAnywhereScore", alternate="WorkFromAnywhereScore") @Expose @Nullable public Double workFromAnywhereScoreThe Work From Anywhere Score. The work from anywhere score of the device model. Valid values 0 to 100. Value -1 means associated score is unavailable. Supports: $select, $OrderBy. Read-only. Valid values -1.79769313486232E+308 to 1.79769313486232E+308
-
-
Constructor Details
-
UserExperienceAnalyticsWorkFromAnywhereModelPerformance
public UserExperienceAnalyticsWorkFromAnywhereModelPerformance()
-
-
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
-