public class DeviceConfigurationDeviceOverview extends Entity implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
configurationVersion
The Configuration Version.
|
java.lang.Integer |
errorCount
The Error Count.
|
java.lang.Integer |
failedCount
The Failed Count.
|
java.util.Calendar |
lastUpdateDateTime
The Last Update Date Time.
|
java.lang.Integer |
notApplicableCount
The Not Applicable Count.
|
java.lang.Integer |
pendingCount
The Pending Count.
|
java.lang.Integer |
successCount
The Success Count.
|
Constructor and Description |
---|
DeviceConfigurationDeviceOverview() |
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="pendingCount") @Expose public java.lang.Integer pendingCount
@SerializedName(value="notApplicableCount") @Expose public java.lang.Integer notApplicableCount
@SerializedName(value="successCount") @Expose public java.lang.Integer successCount
@SerializedName(value="errorCount") @Expose public java.lang.Integer errorCount
@SerializedName(value="failedCount") @Expose public java.lang.Integer failedCount
@SerializedName(value="lastUpdateDateTime") @Expose public java.util.Calendar lastUpdateDateTime
@SerializedName(value="configurationVersion") @Expose public java.lang.Integer configurationVersion
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