Package org.openapitools.client.model
Class BarcodeScanQRAdvancedResult
java.lang.Object
org.openapitools.client.model.BarcodeScanQRAdvancedResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-11-03T00:26:55.543571700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class BarcodeScanQRAdvancedResult
extends Object
Result of the advanced QR barcode scan
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResultBarcodesItem(BarcodeQRResultItem resultBarcodesItem) barcodeCount(Integer barcodeCount) booleanerrorMessage(String errorMessage) static BarcodeScanQRAdvancedResultCreate an instance of BarcodeScanQRAdvancedResult given an JSON stringNumber of barcodes readError message if anyResults of performing the QR barcode scan operationTrue if the operation was successful, false otherwiseinthashCode()resultBarcodes(List<BarcodeQRResultItem> resultBarcodes) voidsetBarcodeCount(Integer barcodeCount) voidsetErrorMessage(String errorMessage) voidsetResultBarcodes(List<BarcodeQRResultItem> resultBarcodes) voidsetSuccessful(Boolean successful) successful(Boolean successful) toJson()Convert an instance of BarcodeScanQRAdvancedResult 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_SUCCESSFUL
- See Also:
-
SERIALIZED_NAME_RESULT_BARCODES
- See Also:
-
SERIALIZED_NAME_BARCODE_COUNT
- See Also:
-
SERIALIZED_NAME_ERROR_MESSAGE
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BarcodeScanQRAdvancedResult
public BarcodeScanQRAdvancedResult()
-
-
Method Details
-
successful
-
getSuccessful
True if the operation was successful, false otherwise- Returns:
- successful
-
setSuccessful
-
resultBarcodes
public BarcodeScanQRAdvancedResult resultBarcodes(@Nullable List<BarcodeQRResultItem> resultBarcodes) -
addResultBarcodesItem
-
getResultBarcodes
Results of performing the QR barcode scan operation- Returns:
- resultBarcodes
-
setResultBarcodes
-
barcodeCount
-
getBarcodeCount
Number of barcodes read- Returns:
- barcodeCount
-
setBarcodeCount
-
errorMessage
-
getErrorMessage
Error message if any- Returns:
- errorMessage
-
setErrorMessage
-
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 BarcodeScanQRAdvancedResult
-
fromJson
Create an instance of BarcodeScanQRAdvancedResult given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BarcodeScanQRAdvancedResult
- Throws:
IOException- if the JSON string is invalid with respect to BarcodeScanQRAdvancedResult
-
toJson
Convert an instance of BarcodeScanQRAdvancedResult to an JSON string- Returns:
- JSON string
-