Class Summary


  • public class Summary
    extends java.lang.Object
    Contains price information about the product, including the LowestPrices and BuyBoxPrices, the ListPrice, the SuggestedLowerPricePlusShipping, and NumberOfOffers and NumberOfBuyBoxEligibleOffers.
    • Constructor Detail

      • Summary

        public Summary()
    • Method Detail

      • totalOfferCount

        public Summary totalOfferCount​(java.lang.Integer totalOfferCount)
      • getTotalOfferCount

        public java.lang.Integer getTotalOfferCount()
        The number of unique offers contained in NumberOfOffers.
        Returns:
        totalOfferCount
      • setTotalOfferCount

        public void setTotalOfferCount​(java.lang.Integer totalOfferCount)
      • getNumberOfOffers

        public NumberOfOffers getNumberOfOffers()
        Get numberOfOffers
        Returns:
        numberOfOffers
      • setNumberOfOffers

        public void setNumberOfOffers​(NumberOfOffers numberOfOffers)
      • getLowestPrices

        public LowestPrices getLowestPrices()
        Get lowestPrices
        Returns:
        lowestPrices
      • setLowestPrices

        public void setLowestPrices​(LowestPrices lowestPrices)
      • getBuyBoxPrices

        public BuyBoxPrices getBuyBoxPrices()
        Get buyBoxPrices
        Returns:
        buyBoxPrices
      • setBuyBoxPrices

        public void setBuyBoxPrices​(BuyBoxPrices buyBoxPrices)
      • getListPrice

        public MoneyType getListPrice()
        Get listPrice
        Returns:
        listPrice
      • setListPrice

        public void setListPrice​(MoneyType listPrice)
      • competitivePriceThreshold

        public Summary competitivePriceThreshold​(MoneyType competitivePriceThreshold)
      • getCompetitivePriceThreshold

        public MoneyType getCompetitivePriceThreshold()
        Get competitivePriceThreshold
        Returns:
        competitivePriceThreshold
      • setCompetitivePriceThreshold

        public void setCompetitivePriceThreshold​(MoneyType competitivePriceThreshold)
      • suggestedLowerPricePlusShipping

        public Summary suggestedLowerPricePlusShipping​(MoneyType suggestedLowerPricePlusShipping)
      • getSuggestedLowerPricePlusShipping

        public MoneyType getSuggestedLowerPricePlusShipping()
        Get suggestedLowerPricePlusShipping
        Returns:
        suggestedLowerPricePlusShipping
      • setSuggestedLowerPricePlusShipping

        public void setSuggestedLowerPricePlusShipping​(MoneyType suggestedLowerPricePlusShipping)
      • getSalesRankings

        public SalesRankList getSalesRankings()
        Get salesRankings
        Returns:
        salesRankings
      • setSalesRankings

        public void setSalesRankings​(SalesRankList salesRankings)
      • getBuyBoxEligibleOffers

        public BuyBoxEligibleOffers getBuyBoxEligibleOffers()
        Get buyBoxEligibleOffers
        Returns:
        buyBoxEligibleOffers
      • setBuyBoxEligibleOffers

        public void setBuyBoxEligibleOffers​(BuyBoxEligibleOffers buyBoxEligibleOffers)
      • offersAvailableTime

        public Summary offersAvailableTime​(org.threeten.bp.OffsetDateTime offersAvailableTime)
      • getOffersAvailableTime

        public org.threeten.bp.OffsetDateTime getOffersAvailableTime()
        When the status is ActiveButTooSoonForProcessing, this is the time when the offers will be available for processing.
        Returns:
        offersAvailableTime
      • setOffersAvailableTime

        public void setOffersAvailableTime​(org.threeten.bp.OffsetDateTime offersAvailableTime)
      • 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