public final class UsageReports
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Admin SDK API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description |
|---|---|
static class |
UsageReports.Warnings
Model definition for UsageReportsWarnings.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UsageReports() |
| Modifier and Type | Method and Description |
|---|---|
UsageReports |
clone() |
String |
getEtag()
ETag of the resource.
|
String |
getKind()
The type of API resource.
|
String |
getNextPageToken()
Token to specify next page.
|
List<UsageReport> |
getUsageReports()
Various application parameter records.
|
List<UsageReports.Warnings> |
getWarnings()
Warnings, if any.
|
UsageReports |
set(String fieldName,
Object value) |
UsageReports |
setEtag(String etag)
ETag of the resource.
|
UsageReports |
setKind(String kind)
The type of API resource.
|
UsageReports |
setNextPageToken(String nextPageToken)
Token to specify next page.
|
UsageReports |
setUsageReports(List<UsageReport> usageReports)
Various application parameter records.
|
UsageReports |
setWarnings(List<UsageReports.Warnings> warnings)
Warnings, if any.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEtag()
null for nonepublic UsageReports setEtag(String etag)
etag - etag or null for nonepublic String getKind()
null for nonepublic UsageReports setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic UsageReports setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<UsageReport> getUsageReports()
null for nonepublic UsageReports setUsageReports(List<UsageReport> usageReports)
usageReports - usageReports or null for nonepublic List<UsageReports.Warnings> getWarnings()
null for nonepublic UsageReports setWarnings(List<UsageReports.Warnings> warnings)
warnings - warnings or null for nonepublic UsageReports set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UsageReports clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.