public class DeviceConfiguration extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DeviceConfigurationAssignmentCollectionPage |
assignments
The Assignments.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.String |
description
The Description.
|
SettingStateDeviceSummaryCollectionPage |
deviceSettingStateSummaries
The Device Setting State Summaries.
|
DeviceConfigurationDeviceStatusCollectionPage |
deviceStatuses
The Device Statuses.
|
DeviceConfigurationDeviceOverview |
deviceStatusOverview
The Device Status Overview.
|
java.lang.String |
displayName
The Display Name.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
DeviceConfigurationUserStatusCollectionPage |
userStatuses
The User Statuses.
|
DeviceConfigurationUserOverview |
userStatusOverview
The User Status Overview.
|
java.lang.Integer |
version
The Version.
|
Constructor and Description |
---|
DeviceConfiguration() |
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
|
additionalDataManager
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalDataManager
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="description") @Expose public java.lang.String description
@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="version") @Expose public java.lang.Integer version
public DeviceConfigurationAssignmentCollectionPage assignments
public DeviceConfigurationDeviceStatusCollectionPage deviceStatuses
public DeviceConfigurationUserStatusCollectionPage userStatuses
@SerializedName(value="deviceStatusOverview") @Expose public DeviceConfigurationDeviceOverview deviceStatusOverview
@SerializedName(value="userStatusOverview") @Expose public DeviceConfigurationUserOverview userStatusOverview
public SettingStateDeviceSummaryCollectionPage deviceSettingStateSummaries
public com.google.gson.JsonObject getRawObject()
getRawObject
in class Entity
protected ISerializer getSerializer()
getSerializer
in class Entity
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to