Package com.microsoft.graph.models
Class DeviceCompliancePolicySettingStateSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceCompliancePolicySettingStateSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceCompliancePolicySettingStateSummary
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance Policy Setting State Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Compliant Device Count.The Conflict Device Count.The Device Compliance Setting States.The Error Device Count.The Non Compliant Device Count.The Not Applicable Device Count.The Platform Type.The Remediated Device Count.The Setting.The Setting Name.The Unknown Device 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
-
compliantDeviceCount
@SerializedName(value="compliantDeviceCount", alternate="CompliantDeviceCount") @Expose @Nullable public Integer compliantDeviceCountThe Compliant Device Count. Number of compliant devices -
conflictDeviceCount
@SerializedName(value="conflictDeviceCount", alternate="ConflictDeviceCount") @Expose @Nullable public Integer conflictDeviceCountThe Conflict Device Count. Number of conflict devices -
errorDeviceCount
@SerializedName(value="errorDeviceCount", alternate="ErrorDeviceCount") @Expose @Nullable public Integer errorDeviceCountThe Error Device Count. Number of error devices -
nonCompliantDeviceCount
@SerializedName(value="nonCompliantDeviceCount", alternate="NonCompliantDeviceCount") @Expose @Nullable public Integer nonCompliantDeviceCountThe Non Compliant Device Count. Number of NonCompliant devices -
notApplicableDeviceCount
@SerializedName(value="notApplicableDeviceCount", alternate="NotApplicableDeviceCount") @Expose @Nullable public Integer notApplicableDeviceCountThe Not Applicable Device Count. Number of not applicable devices -
platformType
@SerializedName(value="platformType", alternate="PlatformType") @Expose @Nullable public PolicyPlatformType platformTypeThe Platform Type. Setting platform. Possible values are: android, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, all. -
remediatedDeviceCount
@SerializedName(value="remediatedDeviceCount", alternate="RemediatedDeviceCount") @Expose @Nullable public Integer remediatedDeviceCountThe Remediated Device Count. Number of remediated devices -
setting
The Setting. The setting class name and property name. -
settingName
@SerializedName(value="settingName", alternate="SettingName") @Expose @Nullable public String settingNameThe Setting Name. Name of the setting. -
unknownDeviceCount
@SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCountThe Unknown Device Count. Number of unknown devices -
deviceComplianceSettingStates
@SerializedName(value="deviceComplianceSettingStates", alternate="DeviceComplianceSettingStates") @Expose @Nullable public DeviceComplianceSettingStateCollectionPage deviceComplianceSettingStatesThe Device Compliance Setting States. Not yet documented
-
-
Constructor Details
-
DeviceCompliancePolicySettingStateSummary
public DeviceCompliancePolicySettingStateSummary()
-
-
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
-