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