public static final class UsageReports.Warnings.Data
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
UsageReports.Warnings.Data |
clone() |
String |
getKey()
Key associated with a key-value pair to give detailed information on the warning.
|
String |
getValue()
Value associated with a key-value pair to give detailed information on the warning.
|
UsageReports.Warnings.Data |
set(String fieldName,
Object value) |
UsageReports.Warnings.Data |
setKey(String key)
Key associated with a key-value pair to give detailed information on the warning.
|
UsageReports.Warnings.Data |
setValue(String value)
Value associated with a key-value pair to give detailed information on the warning.
|
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 getKey()
null for nonepublic UsageReports.Warnings.Data setKey(String key)
key - key or null for nonepublic String getValue()
null for nonepublic UsageReports.Warnings.Data setValue(String value)
value - value or null for nonepublic UsageReports.Warnings.Data set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UsageReports.Warnings.Data clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.