Class BarcodeFormattedData
-
- All Implemented Interfaces:
public final class BarcodeFormattedData
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringuuidprivate final Stringtitleprivate final Stringsubtitleprivate final StringbarcodeImageprivate final BitmapbarcodeImageBitmapprivate final Integercountprivate final IntegerexpectedCountprivate final BooleanisLoadingprivate final BooleanisErrorprivate final BarcodeItembarcodeItemprivate final Longtimestamp
-
Method Summary
Modifier and Type Method Description final StringgetUuid()final StringgetTitle()The title of the barcode. final StringgetSubtitle()The value of the barcode. final StringgetBarcodeImage()The image of the barcode. final BitmapgetBarcodeImageBitmap()The image of the barcode. final IntegergetCount()final IntegergetExpectedCount()final BooleanisLoading()final BooleanisError()final BarcodeItemgetBarcodeItem()final LonggetTimestamp()-
-
Method Detail
-
getSubtitle
final String getSubtitle()
The value of the barcode.
-
getBarcodeImage
final String getBarcodeImage()
The image of the barcode.
-
getBarcodeImageBitmap
final Bitmap getBarcodeImageBitmap()
The image of the barcode.
-
getExpectedCount
final Integer getExpectedCount()
-
getBarcodeItem
final BarcodeItem getBarcodeItem()
-
getTimestamp
final Long getTimestamp()
-
-
-
-