Class IndexerCatalogInventoryAvailabilityProperties


  • @ConfigurationProperties(prefix="broadleaf.indexer.inventory.service")
    public class IndexerCatalogInventoryAvailabilityProperties
    extends Object
    • Constructor Detail

      • IndexerCatalogInventoryAvailabilityProperties

        public IndexerCatalogInventoryAvailabilityProperties()
    • Method Detail

      • getEndpoint

        public String getEndpoint()
        The URI of the Inventory Service.
        Returns:
        the URI of the Inventory Service
      • getReadAvailabilityPath

        public String getReadAvailabilityPath()
        The path of the endpoint to read inventory availability for indexing within the Inventory Service.
        Returns:
        the Inventory Service path to read inventory availability
      • getServiceClient

        public String getServiceClient()
        The service client to use when interacting with the inventory service. Default is "indexerclient"
      • setEndpoint

        public void setEndpoint​(String endpoint)
        The URI of the Inventory Service.
        Parameters:
        endpoint - the URI of the Inventory Service
      • setReadAvailabilityPath

        public void setReadAvailabilityPath​(String readAvailabilityPath)
        The path of the endpoint to read inventory availability for indexing within the Inventory Service.
        Parameters:
        readAvailabilityPath - the Inventory Service path to read availability
      • setServiceClient

        public void setServiceClient​(String serviceClient)
        The service client to use when interacting with the inventory service. Default is "indexerclient"
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object