public static final class AddressAggregatedList.Warning
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
AddressAggregatedList.Warning.Data
Model definition for AddressAggregatedListWarningData.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Warning() |
Modifier and Type | Method and Description |
---|---|
AddressAggregatedList.Warning |
clone() |
String |
getCode()
[Output Only] A warning code, if applicable.
|
List<AddressAggregatedList.Warning.Data> |
getData()
[Output Only] Metadata about this warning in key: value format.
|
String |
getMessage()
[Output Only] A human-readable description of the warning code.
|
AddressAggregatedList.Warning |
set(String fieldName,
Object value) |
AddressAggregatedList.Warning |
setCode(String code)
[Output Only] A warning code, if applicable.
|
AddressAggregatedList.Warning |
setData(List<AddressAggregatedList.Warning.Data> data)
[Output Only] Metadata about this warning in key: value format.
|
AddressAggregatedList.Warning |
setMessage(String message)
[Output Only] A human-readable description of the warning code.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getCode()
null
for nonepublic AddressAggregatedList.Warning setCode(String code)
code
- code or null
for nonepublic List<AddressAggregatedList.Warning.Data> getData()
null
for nonepublic AddressAggregatedList.Warning setData(List<AddressAggregatedList.Warning.Data> data)
data
- data or null
for nonepublic String getMessage()
null
for nonepublic AddressAggregatedList.Warning setMessage(String message)
message
- message or null
for nonepublic AddressAggregatedList.Warning set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AddressAggregatedList.Warning clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.