Class ProductInfoDetail
- java.lang.Object
-
- software.amazon.spapi.models.orders.v0.ProductInfoDetail
-
public class ProductInfoDetail extends java.lang.Object
Product information on the number of items.
-
-
Constructor Summary
Constructors Constructor Description ProductInfoDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.lang.String
getNumberOfItems()
The total number of items that are included in the ASIN.int
hashCode()
ProductInfoDetail
numberOfItems(java.lang.String numberOfItems)
void
setNumberOfItems(java.lang.String numberOfItems)
java.lang.String
toString()
-
-
-
Method Detail
-
numberOfItems
public ProductInfoDetail numberOfItems(java.lang.String numberOfItems)
-
getNumberOfItems
public java.lang.String getNumberOfItems()
The total number of items that are included in the ASIN.- Returns:
- numberOfItems
-
setNumberOfItems
public void setNumberOfItems(java.lang.String numberOfItems)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-