Package io.anyline.plugin.result
Class JapaneseLandingPermissionResultField
-
- All Implemented Interfaces:
public class JapaneseLandingPermissionResultFieldProvides result information for japanese landing permission fields
-
-
Field Summary
Fields Modifier and Type Field Description public Stringtextpublic Integerconfidence
-
Constructor Summary
Constructors Constructor Description JapaneseLandingPermissionResultField()
-
Method Summary
Modifier and Type Method Description StringgetText()The text information of the field (Required) voidsetText(String text)The text information of the field (Required) IntegergetConfidence()The confidence information of the field (Required) voidsetConfidence(Integer confidence)The confidence information of the field (Required) StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getConfidence
Integer getConfidence()
The confidence information of the field (Required)
-
setConfidence
void setConfidence(Integer confidence)
The confidence information of the field (Required)
-
hashCode
int hashCode()
-
-
-
-