public class DeviceOperatingSystemSummary
extends java.lang.Object
implements com.microsoft.graph.serializer.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
the OData type of the object as returned by the service
|
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 |
---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="androidCount", alternate="AndroidCount") @Expose @Nullable public java.lang.Integer androidCount
@SerializedName(value="iosCount", alternate="IosCount") @Expose @Nullable public java.lang.Integer iosCount
@SerializedName(value="macOSCount", alternate="MacOSCount") @Expose @Nullable public java.lang.Integer macOSCount
@SerializedName(value="unknownCount", alternate="UnknownCount") @Expose @Nullable public java.lang.Integer unknownCount
@SerializedName(value="windowsCount", alternate="WindowsCount") @Expose @Nullable public java.lang.Integer windowsCount
@SerializedName(value="windowsMobileCount", alternate="WindowsMobileCount") @Expose @Nullable public java.lang.Integer windowsMobileCount
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager
in interface com.microsoft.graph.serializer.IJsonBackedObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to