public static final class UsageReports.Warnings
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
UsageReports.Warnings.Data
Model definition for UsageReportsWarningsData.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Warnings() |
| Modifier and Type | Method and Description |
|---|---|
UsageReports.Warnings |
clone() |
String |
getCode()
Machine readable code or warning type.
|
List<UsageReports.Warnings.Data> |
getData()
Key-value pairs to give detailed information on the warning.
|
String |
getMessage()
The human readable messages for a warning are: - Data is not available warning - Sorry, data
for date yyyy-mm-dd for application "`application name`" is not available.
|
UsageReports.Warnings |
set(String fieldName,
Object value) |
UsageReports.Warnings |
setCode(String code)
Machine readable code or warning type.
|
UsageReports.Warnings |
setData(List<UsageReports.Warnings.Data> data)
Key-value pairs to give detailed information on the warning.
|
UsageReports.Warnings |
setMessage(String message)
The human readable messages for a warning are: - Data is not available warning - Sorry, data
for date yyyy-mm-dd for application "`application name`" is not available.
|
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 getCode()
null for nonepublic UsageReports.Warnings setCode(String code)
code - code or null for nonepublic List<UsageReports.Warnings.Data> getData()
null for nonepublic UsageReports.Warnings setData(List<UsageReports.Warnings.Data> data)
data - data or null for nonepublic String getMessage()
null for nonepublic UsageReports.Warnings setMessage(String message)
message - message or null for nonepublic UsageReports.Warnings set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UsageReports.Warnings clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.