public static final class HealthSourceList.Warning
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
HealthSourceList.Warning.Data
Model definition for HealthSourceListWarningData.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Warning() |
| Modifier and Type | Method and Description |
|---|---|
HealthSourceList.Warning |
clone() |
String |
getCode()
[Output Only] A warning code, if applicable.
|
List<HealthSourceList.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.
|
HealthSourceList.Warning |
set(String fieldName,
Object value) |
HealthSourceList.Warning |
setCode(String code)
[Output Only] A warning code, if applicable.
|
HealthSourceList.Warning |
setData(List<HealthSourceList.Warning.Data> data)
[Output Only] Metadata about this warning in key: value format.
|
HealthSourceList.Warning |
setMessage(String message)
[Output Only] A human-readable description of the warning code.
|
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 HealthSourceList.Warning setCode(String code)
code - code or null for nonepublic List<HealthSourceList.Warning.Data> getData()
null for nonepublic HealthSourceList.Warning setData(List<HealthSourceList.Warning.Data> data)
data - data or null for nonepublic String getMessage()
null for nonepublic HealthSourceList.Warning setMessage(String message)
message - message or null for nonepublic HealthSourceList.Warning set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic HealthSourceList.Warning clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.