Package com.microsoft.graph.models
Class DeviceConfigurationDeviceStatus
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfigurationDeviceStatus
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DeviceConfigurationDeviceStatus
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Configuration Device Status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Compliance Grace Period Expiration Date Time.The Device Display Name.The Device Model.The Last Reported Date Time.The Status.The User Name.The User Principal Name. -
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
-
complianceGracePeriodExpirationDateTime
@SerializedName(value="complianceGracePeriodExpirationDateTime", alternate="ComplianceGracePeriodExpirationDateTime") @Expose @Nullable public OffsetDateTime complianceGracePeriodExpirationDateTimeThe Compliance Grace Period Expiration Date Time. The DateTime when device compliance grace period expires -
deviceDisplayName
@SerializedName(value="deviceDisplayName", alternate="DeviceDisplayName") @Expose @Nullable public String deviceDisplayNameThe Device Display Name. Device name of the DevicePolicyStatus. -
deviceModel
@SerializedName(value="deviceModel", alternate="DeviceModel") @Expose @Nullable public String deviceModelThe Device Model. The device model that is being reported -
lastReportedDateTime
@SerializedName(value="lastReportedDateTime", alternate="LastReportedDateTime") @Expose @Nullable public OffsetDateTime lastReportedDateTimeThe Last Reported Date Time. Last modified date time of the policy report. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public ComplianceStatus statusThe Status. Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. -
userName
The User Name. The User Name that is being reported -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. UserPrincipalName.
-
-
Constructor Details
-
DeviceConfigurationDeviceStatus
public DeviceConfigurationDeviceStatus()
-
-
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
-