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
  • Constructor Details

    • SettingStateDeviceSummary

      public SettingStateDeviceSummary()
      Instantiates a new SettingStateDeviceSummary and 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

      @Nullable public Integer getCompliantDeviceCount()
      Gets the compliantDeviceCount property value. Device Compliant count for the setting
      Returns:
      a Integer
    • getConflictDeviceCount

      @Nullable public Integer getConflictDeviceCount()
      Gets the conflictDeviceCount property value. Device conflict error count for the setting
      Returns:
      a Integer
    • getErrorDeviceCount

      @Nullable public 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:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getInstancePath

      @Nullable public String getInstancePath()
      Gets the instancePath property value. Name of the InstancePath for the setting
      Returns:
      a String
    • getNonCompliantDeviceCount

      @Nullable public Integer getNonCompliantDeviceCount()
      Gets the nonCompliantDeviceCount property value. Device NonCompliant count for the setting
      Returns:
      a Integer
    • getNotApplicableDeviceCount

      @Nullable public Integer getNotApplicableDeviceCount()
      Gets the notApplicableDeviceCount property value. Device Not Applicable count for the setting
      Returns:
      a Integer
    • getRemediatedDeviceCount

      @Nullable public Integer getRemediatedDeviceCount()
      Gets the remediatedDeviceCount property value. Device Compliant count for the setting
      Returns:
      a Integer
    • getSettingName

      @Nullable public String getSettingName()
      Gets the settingName property value. Name of the setting
      Returns:
      a String
    • getUnknownDeviceCount

      @Nullable public Integer 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
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setCompliantDeviceCount

      public void setCompliantDeviceCount(@Nullable Integer value)
      Sets the compliantDeviceCount property value. Device Compliant count for the setting
      Parameters:
      value - Value to set for the compliantDeviceCount property.
    • setConflictDeviceCount

      public void setConflictDeviceCount(@Nullable Integer value)
      Sets the conflictDeviceCount property value. Device conflict error count for the setting
      Parameters:
      value - Value to set for the conflictDeviceCount property.
    • setErrorDeviceCount

      public void setErrorDeviceCount(@Nullable Integer value)
      Sets the errorDeviceCount property value. Device error count for the setting
      Parameters:
      value - Value to set for the errorDeviceCount property.
    • setInstancePath

      public void setInstancePath(@Nullable String value)
      Sets the instancePath property value. Name of the InstancePath for the setting
      Parameters:
      value - Value to set for the instancePath property.
    • setNonCompliantDeviceCount

      public void setNonCompliantDeviceCount(@Nullable Integer value)
      Sets the nonCompliantDeviceCount property value. Device NonCompliant count for the setting
      Parameters:
      value - Value to set for the nonCompliantDeviceCount property.
    • setNotApplicableDeviceCount

      public void setNotApplicableDeviceCount(@Nullable Integer value)
      Sets the notApplicableDeviceCount property value. Device Not Applicable count for the setting
      Parameters:
      value - Value to set for the notApplicableDeviceCount property.
    • setRemediatedDeviceCount

      public void setRemediatedDeviceCount(@Nullable Integer value)
      Sets the remediatedDeviceCount property value. Device Compliant count for the setting
      Parameters:
      value - Value to set for the remediatedDeviceCount property.
    • setSettingName

      public void setSettingName(@Nullable String value)
      Sets the settingName property value. Name of the setting
      Parameters:
      value - Value to set for the settingName property.
    • setUnknownDeviceCount

      public void setUnknownDeviceCount(@Nullable Integer value)
      Sets the unknownDeviceCount property value. Device Unkown count for the setting
      Parameters:
      value - Value to set for the unknownDeviceCount property.