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.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class UserExperienceAnalyticsWorkFromAnywhereModelPerformance
extends Entity
implements com.microsoft.kiota.serialization.Parsable
The user experience analytics work from anywhere model performance.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newUserExperienceAnalyticsWorkFromAnywhereModelPerformance
and sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the cloudIdentityScore property value.Gets the cloudManagementScore property value.Gets the cloudProvisioningScore property value.The deserialization information for the current modelGets the healthStatus property value.Gets the manufacturer property value.getModel()
Gets the model property value.Gets the modelDeviceCount property value.Gets the windowsScore property value.Gets the workFromAnywhereScore property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setCloudIdentityScore
(Double value) Sets the cloudIdentityScore property value.void
setCloudManagementScore
(Double value) Sets the cloudManagementScore property value.void
setCloudProvisioningScore
(Double value) Sets the cloudProvisioningScore property value.void
Sets the healthStatus property value.void
setManufacturer
(String value) Sets the manufacturer property value.void
Sets the model property value.void
setModelDeviceCount
(Integer value) Sets the modelDeviceCount property value.void
setWindowsScore
(Double value) Sets the windowsScore property value.void
setWorkFromAnywhereScore
(Double value) Sets the workFromAnywhereScore property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
UserExperienceAnalyticsWorkFromAnywhereModelPerformance
public UserExperienceAnalyticsWorkFromAnywhereModelPerformance()Instantiates a newUserExperienceAnalyticsWorkFromAnywhereModelPerformance
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static UserExperienceAnalyticsWorkFromAnywhereModelPerformance createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
UserExperienceAnalyticsWorkFromAnywhereModelPerformance
-
getCloudIdentityScore
Gets the cloudIdentityScore property value. 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- Returns:
- a
Double
-
getCloudManagementScore
Gets the cloudManagementScore property value. 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- Returns:
- a
Double
-
getCloudProvisioningScore
Gets the cloudProvisioningScore property value. 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- Returns:
- a
Double
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getHealthStatus
Gets the healthStatus property value. The healthStatus property- Returns:
- a
UserExperienceAnalyticsHealthState
-
getManufacturer
Gets the manufacturer property value. The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.- Returns:
- a
String
-
getModel
Gets the model property value. The model name of the device. Supports: $select, $OrderBy. Read-only.- Returns:
- a
String
-
getModelDeviceCount
Gets the modelDeviceCount property value. The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647- Returns:
- a
Integer
-
getWindowsScore
Gets the windowsScore property value. 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- Returns:
- a
Double
-
getWorkFromAnywhereScore
Gets the workFromAnywhereScore property value. 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- Returns:
- a
Double
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setCloudIdentityScore
Sets the cloudIdentityScore property value. 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- Parameters:
value
- Value to set for the cloudIdentityScore property.
-
setCloudManagementScore
Sets the cloudManagementScore property value. 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- Parameters:
value
- Value to set for the cloudManagementScore property.
-
setCloudProvisioningScore
Sets the cloudProvisioningScore property value. 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- Parameters:
value
- Value to set for the cloudProvisioningScore property.
-
setHealthStatus
Sets the healthStatus property value. The healthStatus property- Parameters:
value
- Value to set for the healthStatus property.
-
setManufacturer
Sets the manufacturer property value. The manufacturer name of the device. Supports: $select, $OrderBy. Read-only.- Parameters:
value
- Value to set for the manufacturer property.
-
setModel
Sets the model property value. The model name of the device. Supports: $select, $OrderBy. Read-only.- Parameters:
value
- Value to set for the model property.
-
setModelDeviceCount
Sets the modelDeviceCount property value. The devices count for the model. Supports: $select, $OrderBy. Read-only. Valid values -2147483648 to 2147483647- Parameters:
value
- Value to set for the modelDeviceCount property.
-
setWindowsScore
Sets the windowsScore property value. 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- Parameters:
value
- Value to set for the windowsScore property.
-
setWorkFromAnywhereScore
Sets the workFromAnywhereScore property value. 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- Parameters:
value
- Value to set for the workFromAnywhereScore property.
-