Package com.microsoft.graph.models
Class DeviceComplianceUserOverview
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceComplianceUserOverview
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class DeviceComplianceUserOverview
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newDeviceComplianceUserOverviewand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceComplianceUserOverviewcreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the configurationVersion property value.Gets the errorCount property value.Gets the failedCount property value.The deserialization information for the current modelGets the lastUpdateDateTime property value.Gets the notApplicableCount property value.Gets the pendingCount property value.Gets the successCount property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetConfigurationVersion(Integer value) Sets the configurationVersion property value.voidsetErrorCount(Integer value) Sets the errorCount property value.voidsetFailedCount(Integer value) Sets the failedCount property value.voidSets the lastUpdateDateTime property value.voidsetNotApplicableCount(Integer value) Sets the notApplicableCount property value.voidsetPendingCount(Integer value) Sets the pendingCount property value.voidsetSuccessCount(Integer value) Sets the successCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
DeviceComplianceUserOverview
public DeviceComplianceUserOverview()Instantiates a newDeviceComplianceUserOverviewand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DeviceComplianceUserOverview 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
DeviceComplianceUserOverview
-
getConfigurationVersion
Gets the configurationVersion property value. Version of the policy for that overview- Returns:
- a
Integer
-
getErrorCount
Gets the errorCount property value. Number of error Users- Returns:
- a
Integer
-
getFailedCount
Gets the failedCount property value. Number of failed Users- Returns:
- a
Integer
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastUpdateDateTime
Gets the lastUpdateDateTime property value. Last update time- Returns:
- a
OffsetDateTime
-
getNotApplicableCount
Gets the notApplicableCount property value. Number of not applicable users- Returns:
- a
Integer
-
getPendingCount
Gets the pendingCount property value. Number of pending Users- Returns:
- a
Integer
-
getSuccessCount
Gets the successCount property value. Number of succeeded Users- Returns:
- a
Integer
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setConfigurationVersion
Sets the configurationVersion property value. Version of the policy for that overview- Parameters:
value- Value to set for the configurationVersion property.
-
setErrorCount
Sets the errorCount property value. Number of error Users- Parameters:
value- Value to set for the errorCount property.
-
setFailedCount
Sets the failedCount property value. Number of failed Users- Parameters:
value- Value to set for the failedCount property.
-
setLastUpdateDateTime
Sets the lastUpdateDateTime property value. Last update time- Parameters:
value- Value to set for the lastUpdateDateTime property.
-
setNotApplicableCount
Sets the notApplicableCount property value. Number of not applicable users- Parameters:
value- Value to set for the notApplicableCount property.
-
setPendingCount
Sets the pendingCount property value. Number of pending Users- Parameters:
value- Value to set for the pendingCount property.
-
setSuccessCount
Sets the successCount property value. Number of succeeded Users- Parameters:
value- Value to set for the successCount property.
-