Package io.anyline.plugin.result
Class TireSizeResultField
-
- All Implemented Interfaces:
public class TireSizeResultField
-
-
Field Summary
Fields Modifier and Type Field Description public Stringtextpublic Integerconfidence
-
Constructor Summary
Constructors Constructor Description TireSizeResultField()
-
Method Summary
Modifier and Type Method Description StringgetText()The text value of the tire size field. voidsetText(String text)The text value of the tire size field. IntegergetConfidence()The confidence value of the tire size field. voidsetConfidence(Integer confidence)The confidence value of the tire size field. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getConfidence
Integer getConfidence()
The confidence value of the tire size field.
-
setConfidence
void setConfidence(Integer confidence)
The confidence value of the tire size field.
-
hashCode
int hashCode()
-
-
-
-