Class DeviceCompliancePolicyDeviceStateSummary

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceCompliancePolicyDeviceStateSummary
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class DeviceCompliancePolicyDeviceStateSummary extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static DeviceCompliancePolicyDeviceStateSummary 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 DeviceCompliancePolicyDeviceStateSummary
    • getCompliantDeviceCount

      @Nullable public Integer getCompliantDeviceCount()
      Gets the compliantDeviceCount property value. Number of compliant devices
      Returns:
      a Integer
    • getConfigManagerCount

      @Nullable public Integer getConfigManagerCount()
      Gets the configManagerCount property value. Number of devices that have compliance managed by System Center Configuration Manager
      Returns:
      a Integer
    • getConflictDeviceCount

      @Nullable public Integer getConflictDeviceCount()
      Gets the conflictDeviceCount property value. Number of conflict devices
      Returns:
      a Integer
    • getErrorDeviceCount

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

      @Nullable public Integer getInGracePeriodCount()
      Gets the inGracePeriodCount property value. Number of devices that are in grace period
      Returns:
      a Integer
    • getNonCompliantDeviceCount

      @Nullable public Integer getNonCompliantDeviceCount()
      Gets the nonCompliantDeviceCount property value. Number of NonCompliant devices
      Returns:
      a Integer
    • getNotApplicableDeviceCount

      @Nullable public Integer getNotApplicableDeviceCount()
      Gets the notApplicableDeviceCount property value. Number of not applicable devices
      Returns:
      a Integer
    • getRemediatedDeviceCount

      @Nullable public Integer getRemediatedDeviceCount()
      Gets the remediatedDeviceCount property value. Number of remediated devices
      Returns:
      a Integer
    • getUnknownDeviceCount

      @Nullable public Integer 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
      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. Number of compliant devices
      Parameters:
      value - Value to set for the compliantDeviceCount property.
    • setConfigManagerCount

      public void setConfigManagerCount(@Nullable Integer value)
      Sets the configManagerCount property value. Number of devices that have compliance managed by System Center Configuration Manager
      Parameters:
      value - Value to set for the configManagerCount property.
    • setConflictDeviceCount

      public void setConflictDeviceCount(@Nullable Integer value)
      Sets the conflictDeviceCount property value. Number of conflict devices
      Parameters:
      value - Value to set for the conflictDeviceCount property.
    • setErrorDeviceCount

      public void setErrorDeviceCount(@Nullable Integer value)
      Sets the errorDeviceCount property value. Number of error devices
      Parameters:
      value - Value to set for the errorDeviceCount property.
    • setInGracePeriodCount

      public void setInGracePeriodCount(@Nullable Integer value)
      Sets the inGracePeriodCount property value. Number of devices that are in grace period
      Parameters:
      value - Value to set for the inGracePeriodCount property.
    • setNonCompliantDeviceCount

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

      public void setNotApplicableDeviceCount(@Nullable Integer value)
      Sets the notApplicableDeviceCount property value. Number of not applicable devices
      Parameters:
      value - Value to set for the notApplicableDeviceCount property.
    • setRemediatedDeviceCount

      public void setRemediatedDeviceCount(@Nullable Integer value)
      Sets the remediatedDeviceCount property value. Number of remediated devices
      Parameters:
      value - Value to set for the remediatedDeviceCount property.
    • setUnknownDeviceCount

      public void setUnknownDeviceCount(@Nullable Integer value)
      Sets the unknownDeviceCount property value. Number of unknown devices
      Parameters:
      value - Value to set for the unknownDeviceCount property.