public class DeviceExchangeAccessStateSummary extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
allowedDeviceCount
The Allowed Device Count.
|
java.lang.Integer |
blockedDeviceCount
The Blocked Device Count.
|
java.lang.String |
oDataType |
java.lang.Integer |
quarantinedDeviceCount
The Quarantined Device Count.
|
java.lang.Integer |
unavailableDeviceCount
The Unavailable Device Count.
|
java.lang.Integer |
unknownDeviceCount
The Unknown Device Count.
|
| Constructor and Description |
|---|
DeviceExchangeAccessStateSummary() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="allowedDeviceCount",
alternate="AllowedDeviceCount")
@Expose
public java.lang.Integer allowedDeviceCount
@SerializedName(value="blockedDeviceCount",
alternate="BlockedDeviceCount")
@Expose
public java.lang.Integer blockedDeviceCount
@SerializedName(value="quarantinedDeviceCount",
alternate="QuarantinedDeviceCount")
@Expose
public java.lang.Integer quarantinedDeviceCount
@SerializedName(value="unavailableDeviceCount",
alternate="UnavailableDeviceCount")
@Expose
public java.lang.Integer unavailableDeviceCount
@SerializedName(value="unknownDeviceCount",
alternate="UnknownDeviceCount")
@Expose
public java.lang.Integer unknownDeviceCount
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to