public class Errors extends ArrayList<ErrorsInner> implements Serializable
| Constructor and Description |
|---|
Errors() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic boolean equals(Object o)
equals in interface Collection<ErrorsInner>equals in interface List<ErrorsInner>equals in class AbstractList<ErrorsInner>public int hashCode()
hashCode in interface Collection<ErrorsInner>hashCode in interface List<ErrorsInner>hashCode in class AbstractList<ErrorsInner>public String toString()
toString in class AbstractCollection<ErrorsInner>