UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Json.OdvReport Class Reference

ODV Report class to show ODV/ODV2D data received from printer. More...

Public Member Functions

boolean Failed ()
 True if barcode failed. More...
 
String Data ()
 String representation of barcode data. More...
 
String OverallGrade ()
 Barcode OverallGrade as letter and numeric value. e.g. "A (4.0)". More...
 
String OverallGradeLetter ()
 Barcode OverallGrade as letter. e.g. "A". More...
 
float OverallGradeAsFloat ()
 Barcode OverallGrade as a float value. e.g. 2.7, 3.5, 4.0. More...
 
String Symbology ()
 Barcode symbology name. e.g. "Data Matrix". More...
 

Public Attributes

Map< String, String > RawReport = new HashMap<>()
 Raw report received from printer. Useful if need to see details such as defects or other grading parameters. More...
 

Detailed Description

ODV Report class to show ODV/ODV2D data received from printer.

Member Function Documentation

◆ Data()

String com.UniPRT.Sdk.Json.OdvReport.Data ( )

String representation of barcode data.

References com.UniPRT.Sdk.Json.OdvReport.RawReport.

◆ Failed()

boolean com.UniPRT.Sdk.Json.OdvReport.Failed ( )

True if barcode failed.

References com.UniPRT.Sdk.Json.OdvReport.RawReport.

◆ OverallGrade()

String com.UniPRT.Sdk.Json.OdvReport.OverallGrade ( )

Barcode OverallGrade as letter and numeric value. e.g. "A (4.0)".

References com.UniPRT.Sdk.Json.OdvReport.RawReport.

◆ OverallGradeAsFloat()

float com.UniPRT.Sdk.Json.OdvReport.OverallGradeAsFloat ( )

Barcode OverallGrade as a float value. e.g. 2.7, 3.5, 4.0.

Useful for cases where filtering based on a specific numeric grade is required.

References com.UniPRT.Sdk.Json.OdvReport.RawReport.

◆ OverallGradeLetter()

String com.UniPRT.Sdk.Json.OdvReport.OverallGradeLetter ( )

Barcode OverallGrade as letter. e.g. "A".

References com.UniPRT.Sdk.Json.OdvReport.RawReport.

◆ Symbology()

String com.UniPRT.Sdk.Json.OdvReport.Symbology ( )

Barcode symbology name. e.g. "Data Matrix".

References com.UniPRT.Sdk.Json.OdvReport.RawReport.

Member Data Documentation

◆ RawReport

Map<String, String> com.UniPRT.Sdk.Json.OdvReport.RawReport = new HashMap<>()

The documentation for this class was generated from the following file: