java.lang.Object
com.broadleafcommerce.datafeed.service.collector.provider.autoconfigure.ProviderProperties
com.broadleafcommerce.datafeed.service.collector.provider.autoconfigure.CatalogProviderProperties

@ConfigurationProperties(prefix="broadleaf.datafeed.catalog-provider.service") public class CatalogProviderProperties extends ProviderProperties
  • Constructor Details

    • CatalogProviderProperties

      public CatalogProviderProperties()
  • Method Details

    • getEndpoint

      public String getEndpoint()
      Base URL for the CatalogService.
    • getReadProductIdsPath

      public String getReadProductIdsPath()
      URI for reading product IDs.
    • getReadProductsPath

      public String getReadProductsPath()
      URI for reading Products.
    • setEndpoint

      public void setEndpoint(String endpoint)
      Base URL for the CatalogService.
    • setReadProductIdsPath

      public void setReadProductIdsPath(String readProductIdsPath)
      URI for reading product IDs.
    • setReadProductsPath

      public void setReadProductsPath(String readProductsPath)
      URI for reading Products.
    • toString

      public String toString()
      Overrides:
      toString in class ProviderProperties
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class ProviderProperties
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class ProviderProperties
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ProviderProperties