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 StringblobKeypublic StringcorrectedResult
-
Constructor Summary
Constructors Constructor Description WrapperSessionUCRReportRequest()
-
Method Summary
Modifier and Type Method Description StringgetBlobKey()The blobKey provided from a PluginResult. voidsetBlobKey(String blobKey)The blobKey provided from a PluginResult. StringgetCorrectedResult()The corrected result to be reported. voidsetCorrectedResult(String correctedResult)The corrected result to be reported. StringtoString()inthashCode()booleanequals(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()
-
-
-
-