Class BandedFulfillmentPricingConfig

    • Constructor Summary

      Constructors 
      Constructor Description
      BandedFulfillmentPricingConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(Object other)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean equals​(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      List<BandedFulfillmentPricingOption> getShipTables()
      Deprecated, for removal: This API element is subject to removal in a future version.
      List of banded pricing fulfillment options that can be chosen.
      int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      boolean isSampleConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Whether this configuration is the out-of-the-box sample.
      void setSampleConfig​(boolean sampleConfig)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Whether this configuration is the out-of-the-box sample.
      void setShipTables​(List<BandedFulfillmentPricingOption> shipTables)
      Deprecated, for removal: This API element is subject to removal in a future version.
      List of banded pricing fulfillment options that can be chosen.
      String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • BandedFulfillmentPricingConfig

        public BandedFulfillmentPricingConfig()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • isSampleConfig

        public boolean isSampleConfig()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Whether this configuration is the out-of-the-box sample. If true, a warning will be logged.
        Returns:
        Whether this configuration is the out-of-the-box sample.
      • getShipTables

        public List<BandedFulfillmentPricingOption> getShipTables()
        Deprecated, for removal: This API element is subject to removal in a future version.
        List of banded pricing fulfillment options that can be chosen.
        Returns:
        List of banded pricing fulfillment options.
      • setSampleConfig

        public void setSampleConfig​(boolean sampleConfig)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Whether this configuration is the out-of-the-box sample. If true, a warning will be logged.
        Parameters:
        sampleConfig - Whether this configuration is the out-of-the-box sample.
      • setShipTables

        public void setShipTables​(List<BandedFulfillmentPricingOption> shipTables)
        Deprecated, for removal: This API element is subject to removal in a future version.
        List of banded pricing fulfillment options that can be chosen.
        Parameters:
        shipTables - List of banded pricing fulfillment options.
      • equals

        public boolean equals​(Object o)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object
      • canEqual

        protected boolean canEqual​(Object other)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object