public class ManagedDeviceMobileAppConfigurationDeviceSummary 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 |
|---|
ManagedDeviceMobileAppConfigurationDeviceSummary() |
| 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="configurationVersion",
alternate="ConfigurationVersion")
@Expose
public java.lang.Integer configurationVersion
@SerializedName(value="errorCount",
alternate="ErrorCount")
@Expose
public java.lang.Integer errorCount
@SerializedName(value="failedCount",
alternate="FailedCount")
@Expose
public java.lang.Integer failedCount
@SerializedName(value="lastUpdateDateTime",
alternate="LastUpdateDateTime")
@Expose
public java.util.Calendar lastUpdateDateTime
@SerializedName(value="notApplicableCount",
alternate="NotApplicableCount")
@Expose
public java.lang.Integer notApplicableCount
@SerializedName(value="pendingCount",
alternate="PendingCount")
@Expose
public java.lang.Integer pendingCount
@SerializedName(value="successCount",
alternate="SuccessCount")
@Expose
public java.lang.Integer successCount
public ManagedDeviceMobileAppConfigurationDeviceSummary()
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