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.graph.serializer.IJsonBackedObject
public class ManagedDeviceMobileAppConfigurationDeviceSummary
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Device Mobile App Configuration Device Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Configuration Version.The Error Count.The Failed Count.The Last Update Date Time.The Not Applicable Count.The Pending Count.The Success Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
configurationVersion
@SerializedName(value="configurationVersion", alternate="ConfigurationVersion") @Expose @Nullable public Integer configurationVersionThe Configuration Version. Version of the policy for that overview -
errorCount
@SerializedName(value="errorCount", alternate="ErrorCount") @Expose @Nullable public Integer errorCountThe Error Count. Number of error devices -
failedCount
@SerializedName(value="failedCount", alternate="FailedCount") @Expose @Nullable public Integer failedCountThe Failed Count. Number of failed devices -
lastUpdateDateTime
@SerializedName(value="lastUpdateDateTime", alternate="LastUpdateDateTime") @Expose @Nullable public OffsetDateTime lastUpdateDateTimeThe Last Update Date Time. Last update time -
notApplicableCount
@SerializedName(value="notApplicableCount", alternate="NotApplicableCount") @Expose @Nullable public Integer notApplicableCountThe Not Applicable Count. Number of not applicable devices -
pendingCount
@SerializedName(value="pendingCount", alternate="PendingCount") @Expose @Nullable public Integer pendingCountThe Pending Count. Number of pending devices -
successCount
@SerializedName(value="successCount", alternate="SuccessCount") @Expose @Nullable public Integer successCountThe Success Count. Number of succeeded devices
-
-
Constructor Details
-
ManagedDeviceMobileAppConfigurationDeviceSummary
public ManagedDeviceMobileAppConfigurationDeviceSummary()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-