Package io.anyline.plugin.result
Class LicensePlateResult
-
- All Implemented Interfaces:
public class LicensePlateResultDescribes result information of scanning license plates
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLicensePlateResult.AreaThe area information
-
Constructor Summary
Constructors Constructor Description LicensePlateResult()
-
Method Summary
Modifier and Type Method Description StringgetCountry()The country information (Required) voidsetCountry(String country)The country information (Required) LicensePlateResult.AreagetArea()The area information voidsetArea(LicensePlateResult.Area area)The area information StringgetPlateText()The plate text (Required) voidsetPlateText(String plateText)The plate text (Required) StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getCountry
String getCountry()
The country information (Required)
-
setCountry
void setCountry(String country)
The country information (Required)
-
getArea
LicensePlateResult.Area getArea()
The area information
-
setArea
void setArea(LicensePlateResult.Area area)
The area information
-
getPlateText
String getPlateText()
The plate text (Required)
-
setPlateText
void setPlateText(String plateText)
The plate text (Required)
-
hashCode
int hashCode()
-
-
-
-