Class Product
- java.lang.Object
-
- software.amazon.spapi.models.pricing.v0.Product
-
public class Product extends java.lang.Object
An item.
-
-
Constructor Summary
Constructors Constructor Description Product()
-
Method Summary
-
-
-
Method Detail
-
identifiers
public Product identifiers(IdentifierType identifiers)
-
getIdentifiers
public IdentifierType getIdentifiers()
Get identifiers- Returns:
- identifiers
-
setIdentifiers
public void setIdentifiers(IdentifierType identifiers)
-
attributeSets
public Product attributeSets(AttributeSetList attributeSets)
-
getAttributeSets
public AttributeSetList getAttributeSets()
Get attributeSets- Returns:
- attributeSets
-
setAttributeSets
public void setAttributeSets(AttributeSetList attributeSets)
-
relationships
public Product relationships(RelationshipList relationships)
-
getRelationships
public RelationshipList getRelationships()
Get relationships- Returns:
- relationships
-
setRelationships
public void setRelationships(RelationshipList relationships)
-
competitivePricing
public Product competitivePricing(CompetitivePricingType competitivePricing)
-
getCompetitivePricing
public CompetitivePricingType getCompetitivePricing()
Get competitivePricing- Returns:
- competitivePricing
-
setCompetitivePricing
public void setCompetitivePricing(CompetitivePricingType competitivePricing)
-
salesRankings
public Product salesRankings(SalesRankList salesRankings)
-
getSalesRankings
public SalesRankList getSalesRankings()
Get salesRankings- Returns:
- salesRankings
-
setSalesRankings
public void setSalesRankings(SalesRankList salesRankings)
-
offers
public Product offers(OffersList offers)
-
getOffers
public OffersList getOffers()
Get offers- Returns:
- offers
-
setOffers
public void setOffers(OffersList offers)
-
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
-
-