public class DeviceCompliancePolicySettingStateSummary 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.
|
DeviceComplianceSettingStateCollectionPage |
deviceComplianceSettingStates
The Device Compliance Setting States.
|
java.lang.Integer |
errorDeviceCount
The Error Device Count.
|
java.lang.Integer |
nonCompliantDeviceCount
The Non Compliant Device Count.
|
java.lang.Integer |
notApplicableDeviceCount
The Not Applicable Device Count.
|
PolicyPlatformType |
platformType
The Platform Type.
|
java.lang.Integer |
remediatedDeviceCount
The Remediated Device Count.
|
java.lang.String |
setting
The Setting.
|
java.lang.String |
settingName
The Setting Name.
|
java.lang.Integer |
unknownDeviceCount
The Unknown Device Count.
|
| Constructor and Description |
|---|
DeviceCompliancePolicySettingStateSummary() |
| 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="nonCompliantDeviceCount",
alternate="NonCompliantDeviceCount")
@Expose
@Nullable
public java.lang.Integer nonCompliantDeviceCount
@SerializedName(value="notApplicableDeviceCount",
alternate="NotApplicableDeviceCount")
@Expose
@Nullable
public java.lang.Integer notApplicableDeviceCount
@SerializedName(value="platformType",
alternate="PlatformType")
@Expose
@Nullable
public PolicyPlatformType platformType
@SerializedName(value="remediatedDeviceCount",
alternate="RemediatedDeviceCount")
@Expose
@Nullable
public java.lang.Integer remediatedDeviceCount
@SerializedName(value="setting",
alternate="Setting")
@Expose
@Nullable
public java.lang.String setting
@SerializedName(value="settingName",
alternate="SettingName")
@Expose
@Nullable
public java.lang.String settingName
@SerializedName(value="unknownDeviceCount",
alternate="UnknownDeviceCount")
@Expose
@Nullable
public java.lang.Integer unknownDeviceCount
@SerializedName(value="deviceComplianceSettingStates",
alternate="DeviceComplianceSettingStates")
@Expose
@Nullable
public DeviceComplianceSettingStateCollectionPage deviceComplianceSettingStates
public DeviceCompliancePolicySettingStateSummary()
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