Class ExternalOfferProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalOfferProperties
@ConfigurationProperties("broadleaf.orderoperation.offerprovider")
public class ExternalOfferProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe URI path for voucher codes generation.The service client to use when interacting with the offer service.getUrl()The base url for an external offer service.The URI path for voucher validation.inthashCode()voidsetGenerateVoucherCodesUri(String generateVoucherCodesUri) The URI path for voucher codes generation.voidsetServiceClient(String serviceClient) The service client to use when interacting with the offer service.voidThe base url for an external offer service.voidsetValidateVoucherUri(String validateVoucherUri) The URI path for voucher validation.toString()
-
Constructor Details
-
ExternalOfferProperties
public ExternalOfferProperties()
-
-
Method Details
-
getUrl
The base url for an external offer service. -
getValidateVoucherUri
The URI path for voucher validation. -
getGenerateVoucherCodesUri
The URI path for voucher codes generation. -
getServiceClient
The service client to use when interacting with the offer service. Default is "orderopsclient" -
setUrl
The base url for an external offer service. -
setValidateVoucherUri
The URI path for voucher validation. -
setGenerateVoucherCodesUri
The URI path for voucher codes generation. -
setServiceClient
The service client to use when interacting with the offer service. Default is "orderopsclient" -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-