Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Compliant Device Count.The Compliant User Count.The Conflict Device Count.The Conflict User Count.The Display Name.The Error Device Count.The Error User Count.The Non Compliant Device Count.The Non Compliant User Count.The Not Applicable Device Count.The Not Applicable User Count.The Remediated Device Count.The Remediated User Count.The Unknown Device Count.The Unknown User Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
compliantDeviceCount
@SerializedName(value="compliantDeviceCount", alternate="CompliantDeviceCount") @Expose @Nullable public Integer compliantDeviceCountThe Compliant Device Count. Number of compliant devices. -
compliantUserCount
@SerializedName(value="compliantUserCount", alternate="CompliantUserCount") @Expose @Nullable public Integer compliantUserCountThe Compliant User Count. Number of compliant users. -
conflictDeviceCount
@SerializedName(value="conflictDeviceCount", alternate="ConflictDeviceCount") @Expose @Nullable public Integer conflictDeviceCountThe Conflict Device Count. Number of conflict devices. -
conflictUserCount
@SerializedName(value="conflictUserCount", alternate="ConflictUserCount") @Expose @Nullable public Integer conflictUserCountThe Conflict User Count. Number of conflict users. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The name of the policy. -
errorDeviceCount
@SerializedName(value="errorDeviceCount", alternate="ErrorDeviceCount") @Expose @Nullable public Integer errorDeviceCountThe Error Device Count. Number of devices had error. -
errorUserCount
@SerializedName(value="errorUserCount", alternate="ErrorUserCount") @Expose @Nullable public Integer errorUserCountThe Error User Count. Number of users had error. -
nonCompliantDeviceCount
@SerializedName(value="nonCompliantDeviceCount", alternate="NonCompliantDeviceCount") @Expose @Nullable public Integer nonCompliantDeviceCountThe Non Compliant Device Count. Number of non compliant devices. -
nonCompliantUserCount
@SerializedName(value="nonCompliantUserCount", alternate="NonCompliantUserCount") @Expose @Nullable public Integer nonCompliantUserCountThe Non Compliant User Count. Number of non compliant users. -
notApplicableDeviceCount
@SerializedName(value="notApplicableDeviceCount", alternate="NotApplicableDeviceCount") @Expose @Nullable public Integer notApplicableDeviceCountThe Not Applicable Device Count. Number of not applicable devices. -
notApplicableUserCount
@SerializedName(value="notApplicableUserCount", alternate="NotApplicableUserCount") @Expose @Nullable public Integer notApplicableUserCountThe Not Applicable User Count. Number of not applicable users. -
remediatedDeviceCount
@SerializedName(value="remediatedDeviceCount", alternate="RemediatedDeviceCount") @Expose @Nullable public Integer remediatedDeviceCountThe Remediated Device Count. Number of remediated devices. -
remediatedUserCount
@SerializedName(value="remediatedUserCount", alternate="RemediatedUserCount") @Expose @Nullable public Integer remediatedUserCountThe Remediated User Count. Number of remediated users. -
unknownDeviceCount
@SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCountThe Unknown Device Count. Number of unknown devices. -
unknownUserCount
@SerializedName(value="unknownUserCount", alternate="UnknownUserCount") @Expose @Nullable public Integer unknownUserCountThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-