public static final class ResourceUpdate.Warnings.Data
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
ResourceUpdate.Warnings.Data |
clone() |
java.lang.String |
getKey()
[Output Only] A key that provides more detail on the warning being returned.
|
java.lang.String |
getValue()
[Output Only] A warning data value corresponding to the key.
|
ResourceUpdate.Warnings.Data |
set(java.lang.String fieldName,
java.lang.Object value) |
ResourceUpdate.Warnings.Data |
setKey(java.lang.String key)
[Output Only] A key that provides more detail on the warning being returned.
|
ResourceUpdate.Warnings.Data |
setValue(java.lang.String value)
[Output Only] A warning data value corresponding to the key.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKey()
null for nonepublic ResourceUpdate.Warnings.Data setKey(java.lang.String key)
key - key or null for nonepublic java.lang.String getValue()
null for nonepublic ResourceUpdate.Warnings.Data setValue(java.lang.String value)
value - value or null for nonepublic ResourceUpdate.Warnings.Data set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ResourceUpdate.Warnings.Data clone()
clone in class com.google.api.client.json.GenericJson