Package com.microsoft.graph.models
Class DeviceComplianceDeviceOverview
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceComplianceDeviceOverview
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class DeviceComplianceDeviceOverview
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newDeviceComplianceDeviceOverviewand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(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
-
DeviceComplianceDeviceOverview
public DeviceComplianceDeviceOverview()Instantiates a newDeviceComplianceDeviceOverviewand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static DeviceComplianceDeviceOverview 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
DeviceComplianceDeviceOverview
-
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 devices- Returns:
- a
Integer
-
getFailedCount
Gets the failedCount property value. Number of failed devices- 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 devices- Returns:
- a
Integer
-
getPendingCount
Gets the pendingCount property value. Number of pending devices- Returns:
- a
Integer
-
getSuccessCount
Gets the successCount property value. Number of succeeded devices- 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 devices- Parameters:
value- Value to set for the errorCount property.
-
setFailedCount
Sets the failedCount property value. Number of failed devices- 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 devices- Parameters:
value- Value to set for the notApplicableCount property.
-
setPendingCount
Sets the pendingCount property value. Number of pending devices- Parameters:
value- Value to set for the pendingCount property.
-
setSuccessCount
Sets the successCount property value. Number of succeeded devices- Parameters:
value- Value to set for the successCount property.
-