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", alternate="AndroidCount") @Expose public java.lang.Integer androidCount
@SerializedName(value="iosCount", alternate="IosCount") @Expose public java.lang.Integer iosCount
@SerializedName(value="macOSCount", alternate="MacOSCount") @Expose public java.lang.Integer macOSCount
@SerializedName(value="unknownCount", alternate="UnknownCount") @Expose public java.lang.Integer unknownCount
@SerializedName(value="windowsCount", alternate="WindowsCount") @Expose public java.lang.Integer windowsCount
@SerializedName(value="windowsMobileCount", alternate="WindowsMobileCount") @Expose public java.lang.Integer windowsMobileCount
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to