public class DeviceInstallState extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
deviceId
The Device Id.
|
java.lang.String |
deviceName
The Device Name.
|
java.lang.String |
errorCode
The Error Code.
|
InstallState |
installState
The Install State.
|
java.time.OffsetDateTime |
lastSyncDateTime
The Last Sync Date Time.
|
java.lang.String |
osDescription
The Os Description.
|
java.lang.String |
osVersion
The Os Version.
|
java.lang.String |
userName
The User Name.
|
Constructor and Description |
---|
DeviceInstallState() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public java.lang.String deviceId
@SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public java.lang.String deviceName
@SerializedName(value="errorCode", alternate="ErrorCode") @Expose @Nullable public java.lang.String errorCode
@SerializedName(value="installState", alternate="InstallState") @Expose @Nullable public InstallState installState
@SerializedName(value="lastSyncDateTime", alternate="LastSyncDateTime") @Expose @Nullable public java.time.OffsetDateTime lastSyncDateTime
@SerializedName(value="osDescription", alternate="OsDescription") @Expose @Nullable public java.lang.String osDescription
@SerializedName(value="osVersion", alternate="OsVersion") @Expose @Nullable public java.lang.String osVersion
@SerializedName(value="userName", alternate="UserName") @Expose @Nullable public java.lang.String userName
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to