Package io.anyline.wrapper.config
Class WrapperSessionUCRReportRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionUCRReportRequest implements Serializable
WrapperSessionUCRReportRequest
Request to submit a User Corrected Result (UCR) for a previously scanned item.
-
-
Field Summary
Fields Modifier and Type Field Description public StringblobKeypublic StringcorrectedResult
-
Constructor Summary
Constructors Constructor Description WrapperSessionUCRReportRequest()
-
Method Summary
Modifier and Type Method Description StringgetBlobKey()Unique identifier for the scan event, taken from PluginResult.blobKey. voidsetBlobKey(String blobKey)Unique identifier for the scan event, taken from PluginResult.blobKey. StringgetCorrectedResult()The corrected result value to report. voidsetCorrectedResult(String correctedResult)The corrected result value to report. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getBlobKey
String getBlobKey()
Unique identifier for the scan event, taken from PluginResult.blobKey. Used to correlate the correction with the original scan on the server. (Required)
-
setBlobKey
void setBlobKey(String blobKey)
Unique identifier for the scan event, taken from PluginResult.blobKey. Used to correlate the correction with the original scan on the server. (Required)
-
getCorrectedResult
String getCorrectedResult()
The corrected result value to report. (Required)
-
setCorrectedResult
void setCorrectedResult(String correctedResult)
The corrected result value to report. (Required)
-
hashCode
int hashCode()
-
-
-
-