Class CampaignCodeGenerationProperties
- java.lang.Object
-
- com.broadleafcommerce.promotion.campaign.service.autoconfigure.CampaignCodeGenerationProperties
-
@ConfigurationProperties("broadleaf.campaign.code-generation") public class CampaignCodeGenerationProperties extends Object
Configuration properties for special behavior on campaign code generation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CampaignCodeGenerationProperties.Voucher
Configuration properties for special behavior on campaign code generation for vouchers.
-
Constructor Summary
Constructors Constructor Description CampaignCodeGenerationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getBatchSize()
Batch size for non-voucher campaign code generation.CampaignCodeGenerationProperties.Voucher
getVoucher()
Voucher-specific properties.int
hashCode()
void
setBatchSize(int batchSize)
Batch size for non-voucher campaign code generation.void
setVoucher(CampaignCodeGenerationProperties.Voucher voucher)
Voucher-specific properties.String
toString()
-
-
-
Method Detail
-
getBatchSize
public int getBatchSize()
Batch size for non-voucher campaign code generation.
-
getVoucher
public CampaignCodeGenerationProperties.Voucher getVoucher()
Voucher-specific properties.
-
setBatchSize
public void setBatchSize(int batchSize)
Batch size for non-voucher campaign code generation.
-
setVoucher
public void setVoucher(CampaignCodeGenerationProperties.Voucher voucher)
Voucher-specific properties.
-
canEqual
protected boolean canEqual(Object other)
-
-