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