public class OverallPrintUsageSummary extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OverallPrintUsageSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activePrintersCount |
protected Integer |
activeUsersCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
daysInPeriod |
protected String |
odataType |
protected List<PrinterUsageSummary> |
topPrinters |
protected String |
topPrintersNextLink |
protected List<UserPrintUsageSummary> |
topUsers |
protected String |
topUsersNextLink |
protected Integer |
totalIncompleteJobs |
protected Integer |
totalJobsProcessed |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OverallPrintUsageSummary() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected List<UserPrintUsageSummary> topUsers
protected String topUsersNextLink
protected List<PrinterUsageSummary> topPrinters
protected String topPrintersNextLink
protected Integer daysInPeriod
protected Integer activeUsersCount
protected Integer activePrintersCount
protected Integer totalJobsProcessed
protected Integer totalIncompleteJobs
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<UserPrintUsageSummary> getTopUsers()
public com.github.davidmoten.odata.client.CollectionPage<PrinterUsageSummary> getTopPrinters()
public OverallPrintUsageSummary withDaysInPeriod(Integer daysInPeriod)
public OverallPrintUsageSummary withActiveUsersCount(Integer activeUsersCount)
public OverallPrintUsageSummary withActivePrintersCount(Integer activePrintersCount)
public OverallPrintUsageSummary withTotalJobsProcessed(Integer totalJobsProcessed)
public OverallPrintUsageSummary withTotalIncompleteJobs(Integer totalIncompleteJobs)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OverallPrintUsageSummary.Builder builder()
Copyright © 2018–2020. All rights reserved.