Class CampaignCodeGenerationProperties
java.lang.Object
com.broadleafcommerce.promotion.offer.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
Modifier and TypeClassDescriptionstatic class
Configuration properties for special behavior on campaign code generation for vouchers. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
Batch size for non-voucher campaign code generation.Voucher-specific properties.int
hashCode()
void
setBatchSize
(int batchSize) Batch size for non-voucher campaign code generation.void
Voucher-specific properties.toString()
-
Constructor Details
-
CampaignCodeGenerationProperties
public CampaignCodeGenerationProperties()
-
-
Method Details
-
getBatchSize
public int getBatchSize()Batch size for non-voucher campaign code generation. -
getVoucher
Voucher-specific properties. -
setBatchSize
public void setBatchSize(int batchSize) Batch size for non-voucher campaign code generation. -
setVoucher
Voucher-specific properties. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-