Class SettingStateDeviceSummary

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

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

    • compliantDeviceCount

      @SerializedName(value="compliantDeviceCount", alternate="CompliantDeviceCount") @Expose @Nullable public Integer compliantDeviceCount
      The Compliant Device Count. Device Compliant count for the setting
    • conflictDeviceCount

      @SerializedName(value="conflictDeviceCount", alternate="ConflictDeviceCount") @Expose @Nullable public Integer conflictDeviceCount
      The Conflict Device Count. Device conflict error count for the setting
    • errorDeviceCount

      @SerializedName(value="errorDeviceCount", alternate="ErrorDeviceCount") @Expose @Nullable public Integer errorDeviceCount
      The Error Device Count. Device error count for the setting
    • instancePath

      @SerializedName(value="instancePath", alternate="InstancePath") @Expose @Nullable public String instancePath
      The Instance Path. Name of the InstancePath for the setting
    • nonCompliantDeviceCount

      @SerializedName(value="nonCompliantDeviceCount", alternate="NonCompliantDeviceCount") @Expose @Nullable public Integer nonCompliantDeviceCount
      The Non Compliant Device Count. Device NonCompliant count for the setting
    • notApplicableDeviceCount

      @SerializedName(value="notApplicableDeviceCount", alternate="NotApplicableDeviceCount") @Expose @Nullable public Integer notApplicableDeviceCount
      The Not Applicable Device Count. Device Not Applicable count for the setting
    • remediatedDeviceCount

      @SerializedName(value="remediatedDeviceCount", alternate="RemediatedDeviceCount") @Expose @Nullable public Integer remediatedDeviceCount
      The Remediated Device Count. Device Compliant count for the setting
    • settingName

      @SerializedName(value="settingName", alternate="SettingName") @Expose @Nullable public String settingName
      The Setting Name. Name of the setting
    • unknownDeviceCount

      @SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCount
      The Unknown Device Count. Device Unkown count for the setting
  • Constructor Details

    • SettingStateDeviceSummary

      public SettingStateDeviceSummary()
  • 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