Package com.microsoft.graph.models
Class SettingStateDeviceSummary
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SettingStateDeviceSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SettingStateDeviceSummary
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Setting State Device Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Compliant Device Count.The Conflict Device Count.The Error Device Count.The Instance Path.The Non Compliant Device Count.The Not Applicable Device Count.The Remediated Device Count.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. Device Compliant count for the setting -
conflictDeviceCount
@SerializedName(value="conflictDeviceCount", alternate="ConflictDeviceCount") @Expose @Nullable public Integer conflictDeviceCountThe Conflict Device Count. Device conflict error count for the setting -
errorDeviceCount
@SerializedName(value="errorDeviceCount", alternate="ErrorDeviceCount") @Expose @Nullable public Integer errorDeviceCountThe Error Device Count. Device error count for the setting -
instancePath
@SerializedName(value="instancePath", alternate="InstancePath") @Expose @Nullable public String instancePathThe Instance Path. Name of the InstancePath for the setting -
nonCompliantDeviceCount
@SerializedName(value="nonCompliantDeviceCount", alternate="NonCompliantDeviceCount") @Expose @Nullable public Integer nonCompliantDeviceCountThe Non Compliant Device Count. Device NonCompliant count for the setting -
notApplicableDeviceCount
@SerializedName(value="notApplicableDeviceCount", alternate="NotApplicableDeviceCount") @Expose @Nullable public Integer notApplicableDeviceCountThe Not Applicable Device Count. Device Not Applicable count for the setting -
remediatedDeviceCount
@SerializedName(value="remediatedDeviceCount", alternate="RemediatedDeviceCount") @Expose @Nullable public Integer remediatedDeviceCountThe Remediated Device Count. Device Compliant count for the setting -
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. Device Unkown count for the setting
-
-
Constructor Details
-
SettingStateDeviceSummary
public SettingStateDeviceSummary()
-
-
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
-