Modifier and Type | Class and Description |
---|---|
static class |
Operation.Error.Errors
Model definition for OperationErrorErrors.
|
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Operation.Error() |
Modifier and Type | Method and Description |
---|---|
Operation.Error |
clone() |
List<Operation.Error.Errors> |
getErrors()
The array of errors encountered while processing this operation.
|
Operation.Error |
set(String fieldName,
Object value) |
Operation.Error |
setErrors(List<Operation.Error.Errors> errors)
The array of errors encountered while processing this operation.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<Operation.Error.Errors> getErrors()
null
for nonepublic Operation.Error setErrors(List<Operation.Error.Errors> errors)
errors
- errors or null
for nonepublic Operation.Error set(String fieldName, Object value)
set
in class GenericJson
public Operation.Error clone()
clone
in class GenericJson