Class ExternalCampaignProperties
- java.lang.Object
 - 
- com.broadleafcommerce.orderoperation.service.provider.external.ExternalCampaignProperties
 
 
- 
@ConfigurationProperties("broadleaf.orderoperation.campaignprovider") public class ExternalCampaignProperties extends Object 
- 
- 
Constructor Summary
Constructors Constructor Description ExternalCampaignProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetGenerateVoucherCodesUri()The URI path for voucher codes generation.StringgetServiceClient()The service client to use when interacting with the campaign service.StringgetUrl()The base url for an external campaign service.inthashCode()voidsetGenerateVoucherCodesUri(String generateVoucherCodesUri)The URI path for voucher codes generation.voidsetServiceClient(String serviceClient)The service client to use when interacting with the campaign service.voidsetUrl(String url)The base url for an external campaign service.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getUrl
public String getUrl()
The base url for an external campaign service. 
- 
getGenerateVoucherCodesUri
public String getGenerateVoucherCodesUri()
The URI path for voucher codes generation. 
- 
getServiceClient
public String getServiceClient()
The service client to use when interacting with the campaign service. Default is "orderopsclient" 
- 
setUrl
public void setUrl(String url)
The base url for an external campaign service. 
- 
setGenerateVoucherCodesUri
public void setGenerateVoucherCodesUri(String generateVoucherCodesUri)
The URI path for voucher codes generation. 
- 
setServiceClient
public void setServiceClient(String serviceClient)
The service client to use when interacting with the campaign service. Default is "orderopsclient" 
- 
canEqual
protected boolean canEqual(Object other)
 
 - 
 
 -