public class DeviceOperatingSystemSummary extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
androidCount
The Android Count.
|
java.lang.Integer |
iosCount
The Ios Count.
|
java.lang.Integer |
macOSCount
The Mac OSCount.
|
java.lang.String |
oDataType |
java.lang.Integer |
unknownCount
The Unknown Count.
|
java.lang.Integer |
windowsCount
The Windows Count.
|
java.lang.Integer |
windowsMobileCount
The Windows Mobile Count.
|
| Constructor and Description |
|---|
DeviceOperatingSystemSummary() |
| 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="androidCount") @Expose public java.lang.Integer androidCount
@SerializedName(value="iosCount") @Expose public java.lang.Integer iosCount
@SerializedName(value="macOSCount") @Expose public java.lang.Integer macOSCount
@SerializedName(value="windowsMobileCount") @Expose public java.lang.Integer windowsMobileCount
@SerializedName(value="windowsCount") @Expose public java.lang.Integer windowsCount
@SerializedName(value="unknownCount") @Expose public java.lang.Integer unknownCount
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