Class DeviceCompliancePolicyDeviceStateSummary

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceCompliancePolicyDeviceStateSummary
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceCompliancePolicyDeviceStateSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance Policy Device State Summary.
  • Field Details

    • compliantDeviceCount

      @SerializedName(value="compliantDeviceCount", alternate="CompliantDeviceCount") @Expose @Nullable public Integer compliantDeviceCount
      The Compliant Device Count. Number of compliant devices
    • configManagerCount

      @SerializedName(value="configManagerCount", alternate="ConfigManagerCount") @Expose @Nullable public Integer configManagerCount
      The Config Manager Count. Number of devices that have compliance managed by System Center Configuration Manager
    • conflictDeviceCount

      @SerializedName(value="conflictDeviceCount", alternate="ConflictDeviceCount") @Expose @Nullable public Integer conflictDeviceCount
      The Conflict Device Count. Number of conflict devices
    • errorDeviceCount

      @SerializedName(value="errorDeviceCount", alternate="ErrorDeviceCount") @Expose @Nullable public Integer errorDeviceCount
      The Error Device Count. Number of error devices
    • inGracePeriodCount

      @SerializedName(value="inGracePeriodCount", alternate="InGracePeriodCount") @Expose @Nullable public Integer inGracePeriodCount
      The In Grace Period Count. Number of devices that are in grace period
    • nonCompliantDeviceCount

      @SerializedName(value="nonCompliantDeviceCount", alternate="NonCompliantDeviceCount") @Expose @Nullable public Integer nonCompliantDeviceCount
      The Non Compliant Device Count. Number of NonCompliant devices
    • notApplicableDeviceCount

      @SerializedName(value="notApplicableDeviceCount", alternate="NotApplicableDeviceCount") @Expose @Nullable public Integer notApplicableDeviceCount
      The Not Applicable Device Count. Number of not applicable devices
    • remediatedDeviceCount

      @SerializedName(value="remediatedDeviceCount", alternate="RemediatedDeviceCount") @Expose @Nullable public Integer remediatedDeviceCount
      The Remediated Device Count. Number of remediated devices
    • unknownDeviceCount

      @SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCount
      The Unknown Device Count. Number of unknown devices
  • Constructor Details

    • DeviceCompliancePolicyDeviceStateSummary

      public DeviceCompliancePolicyDeviceStateSummary()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to