public static final class UploadAccountResponse.Error extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
UploadAccountResponse.Error |
clone() |
Integer |
getIndex()
The index of the malformed account, starting from 0.
|
String |
getMessage()
Detailed error message for the account info.
|
UploadAccountResponse.Error |
set(String fieldName,
Object value) |
UploadAccountResponse.Error |
setIndex(Integer index)
The index of the malformed account, starting from 0.
|
UploadAccountResponse.Error |
setMessage(String message)
Detailed error message for the account info.
|
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 Integer getIndex()
null for nonepublic UploadAccountResponse.Error setIndex(Integer index)
index - index or null for nonepublic String getMessage()
null for nonepublic UploadAccountResponse.Error setMessage(String message)
message - message or null for nonepublic UploadAccountResponse.Error set(String fieldName, Object value)
set in class GenericJsonpublic UploadAccountResponse.Error clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.