public class PKBarcode extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
altText |
protected PKBarcodeFormat |
format |
protected String |
message |
protected String |
messageEncoding |
| Modifier | Constructor and Description |
|---|---|
protected |
PKBarcode() |
| Modifier and Type | Method and Description |
|---|---|
static PKBarcodeBuilder |
builder() |
static PKBarcodeBuilder |
builder(PKBarcode barcode) |
protected PKBarcode |
clone() |
String |
getAltText() |
PKBarcodeFormat |
getFormat() |
String |
getMessage() |
String |
getMessageEncoding() |
String |
toString() |
protected PKBarcodeFormat format
protected String altText
protected String message
protected String messageEncoding
public String getMessage()
public PKBarcodeFormat getFormat()
public String getMessageEncoding()
public String getAltText()
public static PKBarcodeBuilder builder()
public static PKBarcodeBuilder builder(PKBarcode barcode)
Copyright © 2012–2022. All rights reserved.