public class EBookInstallSummary extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.Integer |
failedDeviceCount
The Failed Device Count.
|
java.lang.Integer |
failedUserCount
The Failed User Count.
|
java.lang.Integer |
installedDeviceCount
The Installed Device Count.
|
java.lang.Integer |
installedUserCount
The Installed User Count.
|
java.lang.Integer |
notInstalledDeviceCount
The Not Installed Device Count.
|
java.lang.Integer |
notInstalledUserCount
The Not Installed User Count.
|
Constructor and Description |
---|
EBookInstallSummary() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="failedDeviceCount", alternate="FailedDeviceCount") @Expose @Nullable public java.lang.Integer failedDeviceCount
@SerializedName(value="failedUserCount", alternate="FailedUserCount") @Expose @Nullable public java.lang.Integer failedUserCount
@SerializedName(value="installedDeviceCount", alternate="InstalledDeviceCount") @Expose @Nullable public java.lang.Integer installedDeviceCount
@SerializedName(value="installedUserCount", alternate="InstalledUserCount") @Expose @Nullable public java.lang.Integer installedUserCount
@SerializedName(value="notInstalledDeviceCount", alternate="NotInstalledDeviceCount") @Expose @Nullable public java.lang.Integer notInstalledDeviceCount
@SerializedName(value="notInstalledUserCount", alternate="NotInstalledUserCount") @Expose @Nullable public java.lang.Integer notInstalledUserCount
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to