Package com.microsoft.graph.models
Class DeviceCompliancePolicyDeviceStateSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceCompliancePolicyDeviceStateSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceCompliancePolicyDeviceStateSummary
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Compliance Policy Device State Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Compliant Device Count.The Config Manager Count.The Conflict Device Count.The Error Device Count.The In Grace Period Count.The Non Compliant Device Count.The Not Applicable Device Count.The Remediated Device Count.The Unknown Device Count. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 -
configManagerCount
@SerializedName(value="configManagerCount", alternate="ConfigManagerCount") @Expose @Nullable public Integer configManagerCountThe Config Manager Count. Number of devices that have compliance managed by System Center Configuration Manager -
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 -
inGracePeriodCount
@SerializedName(value="inGracePeriodCount", alternate="InGracePeriodCount") @Expose @Nullable public Integer inGracePeriodCountThe In Grace Period Count. Number of devices that are in grace period -
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 -
remediatedDeviceCount
@SerializedName(value="remediatedDeviceCount", alternate="RemediatedDeviceCount") @Expose @Nullable public Integer remediatedDeviceCountThe Remediated Device Count. Number of remediated devices -
unknownDeviceCount
@SerializedName(value="unknownDeviceCount", alternate="UnknownDeviceCount") @Expose @Nullable public Integer unknownDeviceCountThe Unknown Device Count. Number of unknown devices
-
-
Constructor Details
-
DeviceCompliancePolicyDeviceStateSummary
public DeviceCompliancePolicyDeviceStateSummary()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-