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.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class SoftwareUpdateStatusSummary
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SoftwareUpdateStatusSummary
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the compliantDeviceCount property value.Gets the compliantUserCount property value.Gets the conflictDeviceCount property value.Gets the conflictUserCount property value.Gets the displayName property value.Gets the errorDeviceCount property value.Gets the errorUserCount property value.The deserialization information for the current modelGets the nonCompliantDeviceCount property value.Gets the nonCompliantUserCount property value.Gets the notApplicableDeviceCount property value.Gets the notApplicableUserCount property value.Gets the remediatedDeviceCount property value.Gets the remediatedUserCount property value.Gets the unknownDeviceCount property value.Gets the unknownUserCount property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setCompliantDeviceCount
(Integer value) Sets the compliantDeviceCount property value.void
setCompliantUserCount
(Integer value) Sets the compliantUserCount property value.void
setConflictDeviceCount
(Integer value) Sets the conflictDeviceCount property value.void
setConflictUserCount
(Integer value) Sets the conflictUserCount property value.void
setDisplayName
(String value) Sets the displayName property value.void
setErrorDeviceCount
(Integer value) Sets the errorDeviceCount property value.void
setErrorUserCount
(Integer value) Sets the errorUserCount property value.void
Sets the nonCompliantDeviceCount property value.void
setNonCompliantUserCount
(Integer value) Sets the nonCompliantUserCount property value.void
Sets the notApplicableDeviceCount property value.void
setNotApplicableUserCount
(Integer value) Sets the notApplicableUserCount property value.void
setRemediatedDeviceCount
(Integer value) Sets the remediatedDeviceCount property value.void
setRemediatedUserCount
(Integer value) Sets the remediatedUserCount property value.void
setUnknownDeviceCount
(Integer value) Sets the unknownDeviceCount property value.void
setUnknownUserCount
(Integer value) Sets the unknownUserCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
SoftwareUpdateStatusSummary
public SoftwareUpdateStatusSummary()Instantiates a newSoftwareUpdateStatusSummary
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static SoftwareUpdateStatusSummary createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode
- The parse node to use to read the discriminator value and create the object- Returns:
- a
SoftwareUpdateStatusSummary
-
getCompliantDeviceCount
Gets the compliantDeviceCount property value. Number of compliant devices.- Returns:
- a
Integer
-
getCompliantUserCount
Gets the compliantUserCount property value. Number of compliant users.- Returns:
- a
Integer
-
getConflictDeviceCount
Gets the conflictDeviceCount property value. Number of conflict devices.- Returns:
- a
Integer
-
getConflictUserCount
Gets the conflictUserCount property value. Number of conflict users.- Returns:
- a
Integer
-
getDisplayName
Gets the displayName property value. The name of the policy.- Returns:
- a
String
-
getErrorDeviceCount
Gets the errorDeviceCount property value. Number of devices had error.- Returns:
- a
Integer
-
getErrorUserCount
Gets the errorUserCount property value. Number of users had error.- Returns:
- a
Integer
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getNonCompliantDeviceCount
Gets the nonCompliantDeviceCount property value. Number of non compliant devices.- Returns:
- a
Integer
-
getNonCompliantUserCount
Gets the nonCompliantUserCount property value. Number of non compliant users.- Returns:
- a
Integer
-
getNotApplicableDeviceCount
Gets the notApplicableDeviceCount property value. Number of not applicable devices.- Returns:
- a
Integer
-
getNotApplicableUserCount
Gets the notApplicableUserCount property value. Number of not applicable users.- Returns:
- a
Integer
-
getRemediatedDeviceCount
Gets the remediatedDeviceCount property value. Number of remediated devices.- Returns:
- a
Integer
-
getRemediatedUserCount
Gets the remediatedUserCount property value. Number of remediated users.- Returns:
- a
Integer
-
getUnknownDeviceCount
Gets the unknownDeviceCount property value. Number of unknown devices.- Returns:
- a
Integer
-
getUnknownUserCount
Gets the unknownUserCount property value. Number of unknown users.- Returns:
- a
Integer
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setCompliantDeviceCount
Sets the compliantDeviceCount property value. Number of compliant devices.- Parameters:
value
- Value to set for the compliantDeviceCount property.
-
setCompliantUserCount
Sets the compliantUserCount property value. Number of compliant users.- Parameters:
value
- Value to set for the compliantUserCount property.
-
setConflictDeviceCount
Sets the conflictDeviceCount property value. Number of conflict devices.- Parameters:
value
- Value to set for the conflictDeviceCount property.
-
setConflictUserCount
Sets the conflictUserCount property value. Number of conflict users.- Parameters:
value
- Value to set for the conflictUserCount property.
-
setDisplayName
Sets the displayName property value. The name of the policy.- Parameters:
value
- Value to set for the displayName property.
-
setErrorDeviceCount
Sets the errorDeviceCount property value. Number of devices had error.- Parameters:
value
- Value to set for the errorDeviceCount property.
-
setErrorUserCount
Sets the errorUserCount property value. Number of users had error.- Parameters:
value
- Value to set for the errorUserCount property.
-
setNonCompliantDeviceCount
Sets the nonCompliantDeviceCount property value. Number of non compliant devices.- Parameters:
value
- Value to set for the nonCompliantDeviceCount property.
-
setNonCompliantUserCount
Sets the nonCompliantUserCount property value. Number of non compliant users.- Parameters:
value
- Value to set for the nonCompliantUserCount property.
-
setNotApplicableDeviceCount
Sets the notApplicableDeviceCount property value. Number of not applicable devices.- Parameters:
value
- Value to set for the notApplicableDeviceCount property.
-
setNotApplicableUserCount
Sets the notApplicableUserCount property value. Number of not applicable users.- Parameters:
value
- Value to set for the notApplicableUserCount property.
-
setRemediatedDeviceCount
Sets the remediatedDeviceCount property value. Number of remediated devices.- Parameters:
value
- Value to set for the remediatedDeviceCount property.
-
setRemediatedUserCount
Sets the remediatedUserCount property value. Number of remediated users.- Parameters:
value
- Value to set for the remediatedUserCount property.
-
setUnknownDeviceCount
Sets the unknownDeviceCount property value. Number of unknown devices.- Parameters:
value
- Value to set for the unknownDeviceCount property.
-
setUnknownUserCount
Sets the unknownUserCount property value. Number of unknown users.- Parameters:
value
- Value to set for the unknownUserCount property.
-