Package org.openapitools.client.model
Class BarcodeAdvancedResultItem
java.lang.Object
org.openapitools.client.model.BarcodeAdvancedResultItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-11-03T00:26:55.543571700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class BarcodeAdvancedResultItem
extends Object
Advanced barcode scan result instance
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbarcodeType(String barcodeType) booleanstatic BarcodeAdvancedResultItemCreate an instance of BarcodeAdvancedResultItem given an JSON stringType of the barcode; supported barcode types include AZTEC, CODABAR, CODE_39, CODE_93, CODE_128, DATA_MATRIX, EAN_8, EAN_13, ITF, MAXICODE, PDF_417, QR_CODE, RSS_14, RSS_EXPANDED, UPC_A, UPC_E, All_1D, UPC_EAN_EXTENSION, MSI, PLESSEY, IMB.The barcode textinthashCode()voidsetBarcodeType(String barcodeType) voidsetRawText(String rawText) toJson()Convert an instance of BarcodeAdvancedResultItem to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RAW_TEXT
- See Also:
-
SERIALIZED_NAME_BARCODE_TYPE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BarcodeAdvancedResultItem
public BarcodeAdvancedResultItem()
-
-
Method Details
-
rawText
-
getRawText
The barcode text- Returns:
- rawText
-
setRawText
-
barcodeType
-
getBarcodeType
Type of the barcode; supported barcode types include AZTEC, CODABAR, CODE_39, CODE_93, CODE_128, DATA_MATRIX, EAN_8, EAN_13, ITF, MAXICODE, PDF_417, QR_CODE, RSS_14, RSS_EXPANDED, UPC_A, UPC_E, All_1D, UPC_EAN_EXTENSION, MSI, PLESSEY, IMB.- Returns:
- barcodeType
-
setBarcodeType
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to BarcodeAdvancedResultItem
-
fromJson
Create an instance of BarcodeAdvancedResultItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BarcodeAdvancedResultItem
- Throws:
IOException- if the JSON string is invalid with respect to BarcodeAdvancedResultItem
-
toJson
Convert an instance of BarcodeAdvancedResultItem to an JSON string- Returns:
- JSON string
-