Class DeviceConfigurationUserOverview

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfigurationUserOverview
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class DeviceConfigurationUserOverview extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • DeviceConfigurationUserOverview

      public DeviceConfigurationUserOverview()
      Instantiates a new DeviceConfigurationUserOverview and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static DeviceConfigurationUserOverview 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 DeviceConfigurationUserOverview
    • getConfigurationVersion

      @Nullable public Integer getConfigurationVersion()
      Gets the configurationVersion property value. Version of the policy for that overview
      Returns:
      a Integer
    • getErrorCount

      @Nullable public Integer getErrorCount()
      Gets the errorCount property value. Number of error Users
      Returns:
      a Integer
    • getFailedCount

      @Nullable public 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:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastUpdateDateTime

      @Nullable public OffsetDateTime getLastUpdateDateTime()
      Gets the lastUpdateDateTime property value. Last update time
      Returns:
      a OffsetDateTime
    • getNotApplicableCount

      @Nullable public Integer getNotApplicableCount()
      Gets the notApplicableCount property value. Number of not applicable users
      Returns:
      a Integer
    • getPendingCount

      @Nullable public Integer getPendingCount()
      Gets the pendingCount property value. Number of pending Users
      Returns:
      a Integer
    • getSuccessCount

      @Nullable public 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
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setConfigurationVersion

      public void setConfigurationVersion(@Nullable Integer value)
      Sets the configurationVersion property value. Version of the policy for that overview
      Parameters:
      value - Value to set for the configurationVersion property.
    • setErrorCount

      public void setErrorCount(@Nullable Integer value)
      Sets the errorCount property value. Number of error Users
      Parameters:
      value - Value to set for the errorCount property.
    • setFailedCount

      public void setFailedCount(@Nullable Integer value)
      Sets the failedCount property value. Number of failed Users
      Parameters:
      value - Value to set for the failedCount property.
    • setLastUpdateDateTime

      public void setLastUpdateDateTime(@Nullable OffsetDateTime value)
      Sets the lastUpdateDateTime property value. Last update time
      Parameters:
      value - Value to set for the lastUpdateDateTime property.
    • setNotApplicableCount

      public void setNotApplicableCount(@Nullable Integer value)
      Sets the notApplicableCount property value. Number of not applicable users
      Parameters:
      value - Value to set for the notApplicableCount property.
    • setPendingCount

      public void setPendingCount(@Nullable Integer value)
      Sets the pendingCount property value. Number of pending Users
      Parameters:
      value - Value to set for the pendingCount property.
    • setSuccessCount

      public void setSuccessCount(@Nullable Integer value)
      Sets the successCount property value. Number of succeeded Users
      Parameters:
      value - Value to set for the successCount property.