public class SettingStateDeviceSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
compliantDeviceCount
The Compliant Device Count.
|
java.lang.Integer |
conflictDeviceCount
The Conflict Device Count.
|
java.lang.Integer |
errorDeviceCount
The Error Device Count.
|
java.lang.String |
instancePath
The Instance Path.
|
java.lang.Integer |
nonCompliantDeviceCount
The Non Compliant Device Count.
|
java.lang.Integer |
notApplicableDeviceCount
The Not Applicable Device Count.
|
java.lang.Integer |
remediatedDeviceCount
The Remediated Device Count.
|
java.lang.String |
settingName
The Setting Name.
|
java.lang.Integer |
unknownDeviceCount
The Unknown Device Count.
|
| Constructor and Description |
|---|
SettingStateDeviceSummary() |
| 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="compliantDeviceCount",
alternate="CompliantDeviceCount")
@Expose
@Nullable
public java.lang.Integer compliantDeviceCount
@SerializedName(value="conflictDeviceCount",
alternate="ConflictDeviceCount")
@Expose
@Nullable
public java.lang.Integer conflictDeviceCount
@SerializedName(value="errorDeviceCount",
alternate="ErrorDeviceCount")
@Expose
@Nullable
public java.lang.Integer errorDeviceCount
@SerializedName(value="instancePath",
alternate="InstancePath")
@Expose
@Nullable
public java.lang.String instancePath
@SerializedName(value="nonCompliantDeviceCount",
alternate="NonCompliantDeviceCount")
@Expose
@Nullable
public java.lang.Integer nonCompliantDeviceCount
@SerializedName(value="notApplicableDeviceCount",
alternate="NotApplicableDeviceCount")
@Expose
@Nullable
public java.lang.Integer notApplicableDeviceCount
@SerializedName(value="remediatedDeviceCount",
alternate="RemediatedDeviceCount")
@Expose
@Nullable
public java.lang.Integer remediatedDeviceCount
@SerializedName(value="settingName",
alternate="SettingName")
@Expose
@Nullable
public java.lang.String settingName
@SerializedName(value="unknownDeviceCount",
alternate="UnknownDeviceCount")
@Expose
@Nullable
public java.lang.Integer unknownDeviceCount
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