public class DeviceConfigurationUserStatus extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
devicesCount
The Devices Count.
|
java.util.Calendar |
lastReportedDateTime
The Last Reported Date Time.
|
ComplianceStatus |
status
The Status.
|
java.lang.String |
userDisplayName
The User Display Name.
|
java.lang.String |
userPrincipalName
The User Principal Name.
|
| Constructor and Description |
|---|
DeviceConfigurationUserStatus() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="devicesCount",
alternate="DevicesCount")
@Expose
public java.lang.Integer devicesCount
@SerializedName(value="lastReportedDateTime",
alternate="LastReportedDateTime")
@Expose
public java.util.Calendar lastReportedDateTime
@SerializedName(value="status",
alternate="Status")
@Expose
public ComplianceStatus status
@SerializedName(value="userDisplayName",
alternate="UserDisplayName")
@Expose
public java.lang.String userDisplayName
@SerializedName(value="userPrincipalName",
alternate="UserPrincipalName")
@Expose
public java.lang.String userPrincipalName
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to