Package org.openapitools.client.model
Class BarcodeQRResultItem
java.lang.Object
org.openapitools.client.model.BarcodeQRResultItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-11-03T00:26:55.543571700Z[Etc/UTC]",
comments="Generator version: 7.12.0")
public class BarcodeQRResultItem
extends Object
QR barcode instance
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic BarcodeQRResultItemCreate an instance of BarcodeQRResultItem given an JSON stringThe barcode textinthashCode()voidsetRawText(String rawText) toJson()Convert an instance of BarcodeQRResultItem 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
BarcodeQRResultItem
public BarcodeQRResultItem()
-
-
Method Details
-
rawText
-
getRawText
The barcode text- Returns:
- rawText
-
setRawText
-
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 BarcodeQRResultItem
-
fromJson
Create an instance of BarcodeQRResultItem given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BarcodeQRResultItem
- Throws:
IOException- if the JSON string is invalid with respect to BarcodeQRResultItem
-
toJson
Convert an instance of BarcodeQRResultItem to an JSON string- Returns:
- JSON string
-