Class CompetitiveSummaryResponseBody
- java.lang.Object
-
- software.amazon.spapi.models.pricing.v2022_05_01.CompetitiveSummaryResponseBody
-
public class CompetitiveSummaryResponseBody extends java.lang.Object
The `competitiveSummaryResponse` body for a requested ASIN and `marketplaceId`.
-
-
Constructor Summary
Constructors Constructor Description CompetitiveSummaryResponseBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompetitiveSummaryResponseBody
addFeaturedBuyingOptionsItem(FeaturedBuyingOption featuredBuyingOptionsItem)
CompetitiveSummaryResponseBody
addLowestPricedOffersItem(LowestPricedOffer lowestPricedOffersItem)
CompetitiveSummaryResponseBody
addReferencePricesItem(ReferencePrice referencePricesItem)
CompetitiveSummaryResponseBody
asin(java.lang.String asin)
boolean
equals(java.lang.Object o)
CompetitiveSummaryResponseBody
errors(ErrorList errors)
CompetitiveSummaryResponseBody
featuredBuyingOptions(java.util.List<FeaturedBuyingOption> featuredBuyingOptions)
java.lang.String
getAsin()
Get asinErrorList
getErrors()
Get errorsjava.util.List<FeaturedBuyingOption>
getFeaturedBuyingOptions()
A list of featured buying options for the specified ASIN `marketplaceId` combination.java.util.List<LowestPricedOffer>
getLowestPricedOffers()
A list of lowest priced offers for the specified ASIN `marketplaceId` combination.java.lang.String
getMarketplaceId()
Get marketplaceIdjava.util.List<ReferencePrice>
getReferencePrices()
A list of reference prices for the specified ASIN `marketplaceId` combination.int
hashCode()
CompetitiveSummaryResponseBody
lowestPricedOffers(java.util.List<LowestPricedOffer> lowestPricedOffers)
CompetitiveSummaryResponseBody
marketplaceId(java.lang.String marketplaceId)
CompetitiveSummaryResponseBody
referencePrices(java.util.List<ReferencePrice> referencePrices)
void
setAsin(java.lang.String asin)
void
setErrors(ErrorList errors)
void
setFeaturedBuyingOptions(java.util.List<FeaturedBuyingOption> featuredBuyingOptions)
void
setLowestPricedOffers(java.util.List<LowestPricedOffer> lowestPricedOffers)
void
setMarketplaceId(java.lang.String marketplaceId)
void
setReferencePrices(java.util.List<ReferencePrice> referencePrices)
java.lang.String
toString()
-
-
-
Method Detail
-
asin
public CompetitiveSummaryResponseBody asin(java.lang.String asin)
-
getAsin
public java.lang.String getAsin()
Get asin- Returns:
- asin
-
setAsin
public void setAsin(java.lang.String asin)
-
marketplaceId
public CompetitiveSummaryResponseBody marketplaceId(java.lang.String marketplaceId)
-
getMarketplaceId
public java.lang.String getMarketplaceId()
Get marketplaceId- Returns:
- marketplaceId
-
setMarketplaceId
public void setMarketplaceId(java.lang.String marketplaceId)
-
featuredBuyingOptions
public CompetitiveSummaryResponseBody featuredBuyingOptions(java.util.List<FeaturedBuyingOption> featuredBuyingOptions)
-
addFeaturedBuyingOptionsItem
public CompetitiveSummaryResponseBody addFeaturedBuyingOptionsItem(FeaturedBuyingOption featuredBuyingOptionsItem)
-
getFeaturedBuyingOptions
public java.util.List<FeaturedBuyingOption> getFeaturedBuyingOptions()
A list of featured buying options for the specified ASIN `marketplaceId` combination.- Returns:
- featuredBuyingOptions
-
setFeaturedBuyingOptions
public void setFeaturedBuyingOptions(java.util.List<FeaturedBuyingOption> featuredBuyingOptions)
-
lowestPricedOffers
public CompetitiveSummaryResponseBody lowestPricedOffers(java.util.List<LowestPricedOffer> lowestPricedOffers)
-
addLowestPricedOffersItem
public CompetitiveSummaryResponseBody addLowestPricedOffersItem(LowestPricedOffer lowestPricedOffersItem)
-
getLowestPricedOffers
public java.util.List<LowestPricedOffer> getLowestPricedOffers()
A list of lowest priced offers for the specified ASIN `marketplaceId` combination.- Returns:
- lowestPricedOffers
-
setLowestPricedOffers
public void setLowestPricedOffers(java.util.List<LowestPricedOffer> lowestPricedOffers)
-
referencePrices
public CompetitiveSummaryResponseBody referencePrices(java.util.List<ReferencePrice> referencePrices)
-
addReferencePricesItem
public CompetitiveSummaryResponseBody addReferencePricesItem(ReferencePrice referencePricesItem)
-
getReferencePrices
public java.util.List<ReferencePrice> getReferencePrices()
A list of reference prices for the specified ASIN `marketplaceId` combination.- Returns:
- referencePrices
-
setReferencePrices
public void setReferencePrices(java.util.List<ReferencePrice> referencePrices)
-
errors
public CompetitiveSummaryResponseBody errors(ErrorList errors)
-
getErrors
public ErrorList getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(ErrorList errors)
-
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
-
-