Package com.microsoft.graph.models
Class SettingStateDeviceSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SettingStateDeviceSummary
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class SettingStateDeviceSummary
extends Entity
implements com.microsoft.kiota.serialization.Parsable
Device Compilance Policy and Configuration for a Setting State summary
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SettingStateDeviceSummarycreateFromDiscriminatorValue(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 errorDeviceCount property value.The deserialization information for the current modelGets the instancePath property value.Gets the nonCompliantDeviceCount property value.Gets the notApplicableDeviceCount property value.Gets the remediatedDeviceCount property value.Gets the settingName property value.Gets the unknownDeviceCount property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetCompliantDeviceCount(Integer value) Sets the compliantDeviceCount property value.voidsetConflictDeviceCount(Integer value) Sets the conflictDeviceCount property value.voidsetErrorDeviceCount(Integer value) Sets the errorDeviceCount property value.voidsetInstancePath(String value) Sets the instancePath property value.voidSets the nonCompliantDeviceCount property value.voidSets the notApplicableDeviceCount property value.voidsetRemediatedDeviceCount(Integer value) Sets the remediatedDeviceCount property value.voidsetSettingName(String value) Sets the settingName property value.voidsetUnknownDeviceCount(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
-
SettingStateDeviceSummary
public SettingStateDeviceSummary()Instantiates a newSettingStateDeviceSummaryand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static SettingStateDeviceSummary 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
SettingStateDeviceSummary
-
getCompliantDeviceCount
Gets the compliantDeviceCount property value. Device Compliant count for the setting- Returns:
- a
Integer
-
getConflictDeviceCount
Gets the conflictDeviceCount property value. Device conflict error count for the setting- Returns:
- a
Integer
-
getErrorDeviceCount
Gets the errorDeviceCount property value. Device error count for the setting- Returns:
- a
Integer
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getInstancePath
Gets the instancePath property value. Name of the InstancePath for the setting- Returns:
- a
String
-
getNonCompliantDeviceCount
Gets the nonCompliantDeviceCount property value. Device NonCompliant count for the setting- Returns:
- a
Integer
-
getNotApplicableDeviceCount
Gets the notApplicableDeviceCount property value. Device Not Applicable count for the setting- Returns:
- a
Integer
-
getRemediatedDeviceCount
Gets the remediatedDeviceCount property value. Device Compliant count for the setting- Returns:
- a
Integer
-
getSettingName
Gets the settingName property value. Name of the setting- Returns:
- a
String
-
getUnknownDeviceCount
Gets the unknownDeviceCount property value. Device Unkown count for the setting- 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. Device Compliant count for the setting- Parameters:
value- Value to set for the compliantDeviceCount property.
-
setConflictDeviceCount
Sets the conflictDeviceCount property value. Device conflict error count for the setting- Parameters:
value- Value to set for the conflictDeviceCount property.
-
setErrorDeviceCount
Sets the errorDeviceCount property value. Device error count for the setting- Parameters:
value- Value to set for the errorDeviceCount property.
-
setInstancePath
Sets the instancePath property value. Name of the InstancePath for the setting- Parameters:
value- Value to set for the instancePath property.
-
setNonCompliantDeviceCount
Sets the nonCompliantDeviceCount property value. Device NonCompliant count for the setting- Parameters:
value- Value to set for the nonCompliantDeviceCount property.
-
setNotApplicableDeviceCount
Sets the notApplicableDeviceCount property value. Device Not Applicable count for the setting- Parameters:
value- Value to set for the notApplicableDeviceCount property.
-
setRemediatedDeviceCount
Sets the remediatedDeviceCount property value. Device Compliant count for the setting- Parameters:
value- Value to set for the remediatedDeviceCount 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. Device Unkown count for the setting- Parameters:
value- Value to set for the unknownDeviceCount property.
-