Class NumberOfOfferListingsList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<OfferListingCountType>
-
- software.amazon.spapi.models.pricing.v0.NumberOfOfferListingsList
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<OfferListingCountType>
,java.util.Collection<OfferListingCountType>
,java.util.List<OfferListingCountType>
,java.util.RandomAccess
public class NumberOfOfferListingsList extends java.util.ArrayList<OfferListingCountType>
The number of active offer listings for the item that was submitted. The listing count is returned by condition, one for each listing condition value that is returned.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NumberOfOfferListingsList()
-
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)
- Specified by:
equals
in interfacejava.util.Collection<OfferListingCountType>
- Specified by:
equals
in interfacejava.util.List<OfferListingCountType>
- Overrides:
equals
in classjava.util.ArrayList<OfferListingCountType>
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacejava.util.Collection<OfferListingCountType>
- Specified by:
hashCode
in interfacejava.util.List<OfferListingCountType>
- Overrides:
hashCode
in classjava.util.ArrayList<OfferListingCountType>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.util.AbstractCollection<OfferListingCountType>
-
-