Class SoftwareUpdateStatusSummary

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

public class SoftwareUpdateStatusSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Software Update Status Summary.
  • Field Details

    • compliantDeviceCount

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

      @SerializedName(value="compliantUserCount", alternate="CompliantUserCount") @Expose @Nullable public Integer compliantUserCount
      The Compliant User Count. Number of compliant users.
    • conflictDeviceCount

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

      @SerializedName(value="conflictUserCount", alternate="ConflictUserCount") @Expose @Nullable public Integer conflictUserCount
      The Conflict User Count. Number of conflict users.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the policy.
    • errorDeviceCount

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

      @SerializedName(value="errorUserCount", alternate="ErrorUserCount") @Expose @Nullable public Integer errorUserCount
      The Error User Count. Number of users had error.
    • nonCompliantDeviceCount

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

      @SerializedName(value="nonCompliantUserCount", alternate="NonCompliantUserCount") @Expose @Nullable public Integer nonCompliantUserCount
      The Non Compliant User Count. Number of non compliant users.
    • notApplicableDeviceCount

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

      @SerializedName(value="notApplicableUserCount", alternate="NotApplicableUserCount") @Expose @Nullable public Integer notApplicableUserCount
      The Not Applicable User Count. Number of not applicable users.
    • remediatedDeviceCount

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

      @SerializedName(value="remediatedUserCount", alternate="RemediatedUserCount") @Expose @Nullable public Integer remediatedUserCount
      The Remediated User Count. Number of remediated users.
    • unknownDeviceCount

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

      @SerializedName(value="unknownUserCount", alternate="UnknownUserCount") @Expose @Nullable public Integer unknownUserCount
      The Unknown User Count. Number of unknown users.
  • Constructor Details

    • SoftwareUpdateStatusSummary

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