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