@ConfigurationProperties(prefix="camel.dataformat.barcode") public class BarcodeDataFormatConfiguration extends Object
Constructor and Description |
---|
BarcodeDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getBarcodeFormat() |
Integer |
getHeight() |
String |
getImageType() |
Integer |
getWidth() |
void |
setBarcodeFormat(String barcodeFormat) |
void |
setHeight(Integer height) |
void |
setImageType(String imageType) |
void |
setWidth(Integer width) |
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getImageType()
public void setImageType(String imageType)
public String getBarcodeFormat()
public void setBarcodeFormat(String barcodeFormat)
Apache Camel