public class ReportRoot extends Entity implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
PrintUsageByPrinterCollectionPage |
dailyPrintUsageByPrinter
The Daily Print Usage By Printer.
|
PrintUsageByUserCollectionPage |
dailyPrintUsageByUser
The Daily Print Usage By User.
|
PrintUsageByPrinterCollectionPage |
monthlyPrintUsageByPrinter
The Monthly Print Usage By Printer.
|
PrintUsageByUserCollectionPage |
monthlyPrintUsageByUser
The Monthly Print Usage By User.
|
| Constructor and Description |
|---|
ReportRoot() |
| 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="dailyPrintUsageByPrinter",
alternate="DailyPrintUsageByPrinter")
@Expose
public PrintUsageByPrinterCollectionPage dailyPrintUsageByPrinter
@SerializedName(value="dailyPrintUsageByUser",
alternate="DailyPrintUsageByUser")
@Expose
public PrintUsageByUserCollectionPage dailyPrintUsageByUser
@SerializedName(value="monthlyPrintUsageByPrinter",
alternate="MonthlyPrintUsageByPrinter")
@Expose
public PrintUsageByPrinterCollectionPage monthlyPrintUsageByPrinter
@SerializedName(value="monthlyPrintUsageByUser",
alternate="MonthlyPrintUsageByUser")
@Expose
public PrintUsageByUserCollectionPage monthlyPrintUsageByUser
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