public class PrintUsage extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long |
completedBlackAndWhiteJobCount
The Completed Black And White Job Count.
|
java.lang.Long |
completedColorJobCount
The Completed Color Job Count.
|
java.lang.Long |
incompleteJobCount
The Incomplete Job Count.
|
com.microsoft.graph.core.DateOnly |
usageDate
The Usage Date.
|
| Constructor and Description |
|---|
PrintUsage() |
| 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="completedBlackAndWhiteJobCount",
alternate="CompletedBlackAndWhiteJobCount")
@Expose
@Nullable
public java.lang.Long completedBlackAndWhiteJobCount
@SerializedName(value="completedColorJobCount",
alternate="CompletedColorJobCount")
@Expose
@Nullable
public java.lang.Long completedColorJobCount
@SerializedName(value="incompleteJobCount",
alternate="IncompleteJobCount")
@Expose
@Nullable
public java.lang.Long incompleteJobCount
@SerializedName(value="usageDate",
alternate="UsageDate")
@Expose
@Nullable
public com.microsoft.graph.core.DateOnly usageDate
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to