Class ExternalOfferProperties


  • @ConfigurationProperties("broadleaf.orderoperation.offerprovider")
    public class ExternalOfferProperties
    extends Object
    • Constructor Detail

      • ExternalOfferProperties

        public ExternalOfferProperties()
    • Method Detail

      • getUrl

        public String getUrl()
        The base url for an external offer service.
      • getValidateVoucherUri

        public String getValidateVoucherUri()
        The URI path for voucher validation.
      • setUrl

        public void setUrl​(String url)
        The base url for an external offer service.
      • setValidateVoucherUri

        public void setValidateVoucherUri​(String validateVoucherUri)
        The URI path for voucher validation.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object