Package com.microsoft.graph.models
Class ManagedDeviceMobileAppConfigurationDeviceSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedDeviceMobileAppConfigurationDeviceSummary
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder
,com.microsoft.kiota.serialization.Parsable
,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class ManagedDeviceMobileAppConfigurationDeviceSummary
extends Entity
implements com.microsoft.kiota.serialization.Parsable
Contains properties, inherited properties and actions for an MDM mobile app configuration device status summary.
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newManagedDeviceMobileAppConfigurationDeviceSummary
and 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.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setConfigurationVersion
(Integer value) Sets the configurationVersion property value.void
setErrorCount
(Integer value) Sets the errorCount property value.void
setFailedCount
(Integer value) Sets the failedCount property value.void
Sets the lastUpdateDateTime property value.void
setNotApplicableCount
(Integer value) Sets the notApplicableCount property value.void
setPendingCount
(Integer value) Sets the pendingCount property value.void
setSuccessCount
(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
-
ManagedDeviceMobileAppConfigurationDeviceSummary
public ManagedDeviceMobileAppConfigurationDeviceSummary()Instantiates a newManagedDeviceMobileAppConfigurationDeviceSummary
and sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static ManagedDeviceMobileAppConfigurationDeviceSummary 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
ManagedDeviceMobileAppConfigurationDeviceSummary
-
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:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in 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.
-