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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getBlobKey() Unique identifier for the scan event, taken from PluginResult.blobKey.
      void setBlobKey(String blobKey) Unique identifier for the scan event, taken from PluginResult.blobKey.
      String getCorrectedResult() The corrected result value to report.
      void setCorrectedResult(String correctedResult) The corrected result value to report.
      String toString()
      int hashCode()
      boolean equals(Object other)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WrapperSessionUCRReportRequest

        WrapperSessionUCRReportRequest()
    • 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)