Class MessageSet
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<Error>
-
- software.amazon.spapi.models.apluscontent.v2020_11_01.MessageSet
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<Error>
,java.util.Collection<Error>
,java.util.List<Error>
,java.util.RandomAccess
public class MessageSet extends java.util.ArrayList<Error>
A set of messages to the user, such as warnings or comments.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
Methods inherited from class java.util.ArrayList
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, trimToSize
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<Error>
-
-