Class ExternalOfferProperties
java.lang.Object
com.broadleafcommerce.orderoperation.service.provider.external.ExternalOfferProperties
@ConfigurationProperties("broadleaf.orderoperation.offerprovider")
public class ExternalOfferProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The 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.int
hashCode()
void
setGenerateVoucherCodesUri
(String generateVoucherCodesUri) The URI path for voucher codes generation.void
setServiceClient
(String serviceClient) The service client to use when interacting with the offer service.void
The base url for an external offer service.void
setValidateVoucherUri
(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
-