Package io.anyline.wrapper.config
Class WrapperSessionUCRReportRequest
-
- All Implemented Interfaces:
-
java.io.Serializable
public class WrapperSessionUCRReportRequest implements Serializable
WrapperSessionUCRReportRequest
Information to be used to report UCR.
-
-
Field Summary
Fields Modifier and Type Field Description public String
blobKey
public String
correctedResult
-
Constructor Summary
Constructors Constructor Description WrapperSessionUCRReportRequest()
-
Method Summary
Modifier and Type Method Description String
getBlobKey()
The blobKey provided from a PluginResult. void
setBlobKey(String blobKey)
The blobKey provided from a PluginResult. String
getCorrectedResult()
The corrected result to be reported. void
setCorrectedResult(String correctedResult)
The corrected result to be reported. String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getBlobKey
String getBlobKey()
The blobKey provided from a PluginResult. (Required)
-
setBlobKey
void setBlobKey(String blobKey)
The blobKey provided from a PluginResult. (Required)
-
getCorrectedResult
String getCorrectedResult()
The corrected result to be reported. (Required)
-
setCorrectedResult
void setCorrectedResult(String correctedResult)
The corrected result to be reported. (Required)
-
hashCode
int hashCode()
-
-
-
-