Package com.microsoft.graph.models
Class DeviceCompliancePolicySettingStateSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceCompliancePolicySettingStateSummary
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class DeviceCompliancePolicySettingStateSummary
extends Entity
implements com.microsoft.kiota.serialization.Parsable
Device Compilance Policy Setting State summary across the account.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newDeviceCompliancePolicySettingStateSummary
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 compliantDeviceCount property value.Gets the conflictDeviceCount property value.Gets the deviceComplianceSettingStates property value.Gets the errorDeviceCount property value.The deserialization information for the current modelGets the nonCompliantDeviceCount property value.Gets the notApplicableDeviceCount property value.Gets the platformType property value.Gets the remediatedDeviceCount property value.Gets the setting property value.Gets the settingName property value.Gets the unknownDeviceCount property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setCompliantDeviceCount
(Integer value) Sets the compliantDeviceCount property value.void
setConflictDeviceCount
(Integer value) Sets the conflictDeviceCount property value.void
Sets the deviceComplianceSettingStates property value.void
setErrorDeviceCount
(Integer value) Sets the errorDeviceCount property value.void
Sets the nonCompliantDeviceCount property value.void
Sets the notApplicableDeviceCount property value.void
Sets the platformType property value.void
setRemediatedDeviceCount
(Integer value) Sets the remediatedDeviceCount property value.void
setSetting
(String value) Sets the setting property value.void
setSettingName
(String value) Sets the settingName property value.void
setUnknownDeviceCount
(Integer value) Sets the unknownDeviceCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
DeviceCompliancePolicySettingStateSummary
public DeviceCompliancePolicySettingStateSummary()Instantiates a newDeviceCompliancePolicySettingStateSummary
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DeviceCompliancePolicySettingStateSummary 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
DeviceCompliancePolicySettingStateSummary
-
getCompliantDeviceCount
Gets the compliantDeviceCount property value. Number of compliant devices- Returns:
- a
Integer
-
getConflictDeviceCount
Gets the conflictDeviceCount property value. Number of conflict devices- Returns:
- a
Integer
-
getDeviceComplianceSettingStates
Gets the deviceComplianceSettingStates property value. Not yet documented- Returns:
- a
List<DeviceComplianceSettingState>
-
getErrorDeviceCount
Gets the errorDeviceCount property value. Number of error devices- Returns:
- a
Integer
-
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>>
-
getNonCompliantDeviceCount
Gets the nonCompliantDeviceCount property value. Number of NonCompliant devices- Returns:
- a
Integer
-
getNotApplicableDeviceCount
Gets the notApplicableDeviceCount property value. Number of not applicable devices- Returns:
- a
Integer
-
getPlatformType
Gets the platformType property value. Supported platform types for policies.- Returns:
- a
PolicyPlatformType
-
getRemediatedDeviceCount
Gets the remediatedDeviceCount property value. Number of remediated devices- Returns:
- a
Integer
-
getSetting
Gets the setting property value. The setting class name and property name.- Returns:
- a
String
-
getSettingName
Gets the settingName property value. Name of the setting.- Returns:
- a
String
-
getUnknownDeviceCount
Gets the unknownDeviceCount property value. Number of unknown devices- Returns:
- a
Integer
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setCompliantDeviceCount
Sets the compliantDeviceCount property value. Number of compliant devices- Parameters:
value
- Value to set for the compliantDeviceCount property.
-
setConflictDeviceCount
Sets the conflictDeviceCount property value. Number of conflict devices- Parameters:
value
- Value to set for the conflictDeviceCount property.
-
setDeviceComplianceSettingStates
Sets the deviceComplianceSettingStates property value. Not yet documented- Parameters:
value
- Value to set for the deviceComplianceSettingStates property.
-
setErrorDeviceCount
Sets the errorDeviceCount property value. Number of error devices- Parameters:
value
- Value to set for the errorDeviceCount property.
-
setNonCompliantDeviceCount
Sets the nonCompliantDeviceCount property value. Number of NonCompliant devices- Parameters:
value
- Value to set for the nonCompliantDeviceCount property.
-
setNotApplicableDeviceCount
Sets the notApplicableDeviceCount property value. Number of not applicable devices- Parameters:
value
- Value to set for the notApplicableDeviceCount property.
-
setPlatformType
Sets the platformType property value. Supported platform types for policies.- Parameters:
value
- Value to set for the platformType property.
-
setRemediatedDeviceCount
Sets the remediatedDeviceCount property value. Number of remediated devices- Parameters:
value
- Value to set for the remediatedDeviceCount property.
-
setSetting
Sets the setting property value. The setting class name and property name.- Parameters:
value
- Value to set for the setting property.
-
setSettingName
Sets the settingName property value. Name of the setting.- Parameters:
value
- Value to set for the settingName property.
-
setUnknownDeviceCount
Sets the unknownDeviceCount property value. Number of unknown devices- Parameters:
value
- Value to set for the unknownDeviceCount property.
-