Class BarcodeFormattedData
-
- All Implemented Interfaces:
public final class BarcodeFormattedData
-
-
Field Summary
Fields Modifier and Type Field Description private final String
uuid
private final String
title
private final String
subtitle
private final String
barcodeImage
private final Bitmap
barcodeImageBitmap
private final Integer
count
private final Integer
expectedCount
private final Boolean
isLoading
private final Boolean
isError
private final BarcodeItem
barcodeItem
private final Long
timestamp
-
Method Summary
Modifier and Type Method Description final String
getUuid()
final String
getTitle()
The title of the barcode. final String
getSubtitle()
The value of the barcode. final String
getBarcodeImage()
The image of the barcode. final Bitmap
getBarcodeImageBitmap()
The image of the barcode. final Integer
getCount()
final Integer
getExpectedCount()
final Boolean
isLoading()
final Boolean
isError()
final BarcodeItem
getBarcodeItem()
final Long
getTimestamp()
-
-
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()
-
-
-
-