public class PrintUsage extends Entity implements 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.
|
DateOnly |
usageDate
The Usage Date.
|
| Constructor and Description |
|---|
PrintUsage() |
| Modifier and Type | Method and Description |
|---|---|
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
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="completedBlackAndWhiteJobCount",
alternate="CompletedBlackAndWhiteJobCount")
@Expose
public java.lang.Long completedBlackAndWhiteJobCount
@SerializedName(value="completedColorJobCount",
alternate="CompletedColorJobCount")
@Expose
public java.lang.Long completedColorJobCount
@SerializedName(value="incompleteJobCount",
alternate="IncompleteJobCount")
@Expose
public java.lang.Long incompleteJobCount
@SerializedName(value="usageDate",
alternate="UsageDate")
@Expose
public DateOnly usageDate
public com.google.gson.JsonObject getRawObject()
getRawObject in class Entityprotected ISerializer getSerializer()
getSerializer in class Entitypublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to