public class DeviceComplianceDeviceOverview extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
configurationVersion
The Configuration Version.
|
java.lang.Integer |
errorCount
The Error Count.
|
java.lang.Integer |
failedCount
The Failed Count.
|
java.time.OffsetDateTime |
lastUpdateDateTime
The Last Update Date Time.
|
java.lang.Integer |
notApplicableCount
The Not Applicable Count.
|
java.lang.Integer |
pendingCount
The Pending Count.
|
java.lang.Integer |
successCount
The Success Count.
|
| Constructor and Description |
|---|
DeviceComplianceDeviceOverview() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="configurationVersion",
alternate="ConfigurationVersion")
@Expose
@Nullable
public java.lang.Integer configurationVersion
@SerializedName(value="errorCount",
alternate="ErrorCount")
@Expose
@Nullable
public java.lang.Integer errorCount
@SerializedName(value="failedCount",
alternate="FailedCount")
@Expose
@Nullable
public java.lang.Integer failedCount
@SerializedName(value="lastUpdateDateTime",
alternate="LastUpdateDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastUpdateDateTime
@SerializedName(value="notApplicableCount",
alternate="NotApplicableCount")
@Expose
@Nullable
public java.lang.Integer notApplicableCount
@SerializedName(value="pendingCount",
alternate="PendingCount")
@Expose
@Nullable
public java.lang.Integer pendingCount
@SerializedName(value="successCount",
alternate="SuccessCount")
@Expose
@Nullable
public java.lang.Integer successCount
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to