public final class UsageReport
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 |
UsageReport.Entity
Output only.
|
static class |
UsageReport.Parameters
Model definition for UsageReportParameters.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UsageReport() |
| Modifier and Type | Method and Description |
|---|---|
UsageReport |
clone() |
String |
getDate()
Output only.
|
UsageReport.Entity |
getEntity()
Output only.
|
String |
getEtag()
ETag of the resource.
|
String |
getKind()
The type of API resource.
|
List<UsageReport.Parameters> |
getParameters()
Output only.
|
UsageReport |
set(String fieldName,
Object value) |
UsageReport |
setDate(String date)
Output only.
|
UsageReport |
setEntity(UsageReport.Entity entity)
Output only.
|
UsageReport |
setEtag(String etag)
ETag of the resource.
|
UsageReport |
setKind(String kind)
The type of API resource.
|
UsageReport |
setParameters(List<UsageReport.Parameters> parameters)
Output only.
|
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 getDate()
null for nonepublic UsageReport setDate(String date)
date - date or null for nonepublic UsageReport.Entity getEntity()
null for nonepublic UsageReport setEntity(UsageReport.Entity entity)
entity - entity or null for nonepublic String getEtag()
null for nonepublic UsageReport setEtag(String etag)
etag - etag or null for nonepublic String getKind()
null for nonepublic UsageReport setKind(String kind)
kind - kind or null for nonepublic List<UsageReport.Parameters> getParameters()
null for nonepublic UsageReport setParameters(List<UsageReport.Parameters> parameters)
parameters - parameters or null for nonepublic UsageReport set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UsageReport clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.