public class SoftwareUpdateStatusSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
compliantDeviceCount
The Compliant Device Count.
|
java.lang.Integer |
compliantUserCount
The Compliant User Count.
|
java.lang.Integer |
conflictDeviceCount
The Conflict Device Count.
|
java.lang.Integer |
conflictUserCount
The Conflict User Count.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.Integer |
errorDeviceCount
The Error Device Count.
|
java.lang.Integer |
errorUserCount
The Error User Count.
|
java.lang.Integer |
nonCompliantDeviceCount
The Non Compliant Device Count.
|
java.lang.Integer |
nonCompliantUserCount
The Non Compliant User Count.
|
java.lang.Integer |
notApplicableDeviceCount
The Not Applicable Device Count.
|
java.lang.Integer |
notApplicableUserCount
The Not Applicable User Count.
|
java.lang.Integer |
remediatedDeviceCount
The Remediated Device Count.
|
java.lang.Integer |
remediatedUserCount
The Remediated User Count.
|
java.lang.Integer |
unknownDeviceCount
The Unknown Device Count.
|
java.lang.Integer |
unknownUserCount
The Unknown User Count.
|
| Constructor and Description |
|---|
SoftwareUpdateStatusSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="compliantDeviceCount",
alternate="CompliantDeviceCount")
@Expose
@Nullable
public java.lang.Integer compliantDeviceCount
@SerializedName(value="compliantUserCount",
alternate="CompliantUserCount")
@Expose
@Nullable
public java.lang.Integer compliantUserCount
@SerializedName(value="conflictDeviceCount",
alternate="ConflictDeviceCount")
@Expose
@Nullable
public java.lang.Integer conflictDeviceCount
@SerializedName(value="conflictUserCount",
alternate="ConflictUserCount")
@Expose
@Nullable
public java.lang.Integer conflictUserCount
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="errorDeviceCount",
alternate="ErrorDeviceCount")
@Expose
@Nullable
public java.lang.Integer errorDeviceCount
@SerializedName(value="errorUserCount",
alternate="ErrorUserCount")
@Expose
@Nullable
public java.lang.Integer errorUserCount
@SerializedName(value="nonCompliantDeviceCount",
alternate="NonCompliantDeviceCount")
@Expose
@Nullable
public java.lang.Integer nonCompliantDeviceCount
@SerializedName(value="nonCompliantUserCount",
alternate="NonCompliantUserCount")
@Expose
@Nullable
public java.lang.Integer nonCompliantUserCount
@SerializedName(value="notApplicableDeviceCount",
alternate="NotApplicableDeviceCount")
@Expose
@Nullable
public java.lang.Integer notApplicableDeviceCount
@SerializedName(value="notApplicableUserCount",
alternate="NotApplicableUserCount")
@Expose
@Nullable
public java.lang.Integer notApplicableUserCount
@SerializedName(value="remediatedDeviceCount",
alternate="RemediatedDeviceCount")
@Expose
@Nullable
public java.lang.Integer remediatedDeviceCount
@SerializedName(value="remediatedUserCount",
alternate="RemediatedUserCount")
@Expose
@Nullable
public java.lang.Integer remediatedUserCount
@SerializedName(value="unknownDeviceCount",
alternate="UnknownDeviceCount")
@Expose
@Nullable
public java.lang.Integer unknownDeviceCount
@SerializedName(value="unknownUserCount",
alternate="UnknownUserCount")
@Expose
@Nullable
public java.lang.Integer unknownUserCount
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to