Class CompetitiveSummaryResponseBody


  • public class CompetitiveSummaryResponseBody
    extends java.lang.Object
    The `competitiveSummaryResponse` body for a requested ASIN and `marketplaceId`.
    • Constructor Detail

      • CompetitiveSummaryResponseBody

        public CompetitiveSummaryResponseBody()
    • Method Detail

      • getAsin

        public java.lang.String getAsin()
        Get asin
        Returns:
        asin
      • setAsin

        public void setAsin​(java.lang.String asin)
      • getMarketplaceId

        public java.lang.String getMarketplaceId()
        Get marketplaceId
        Returns:
        marketplaceId
      • setMarketplaceId

        public void setMarketplaceId​(java.lang.String marketplaceId)
      • 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)
      • 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)
      • 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)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object