Package net.atthegate.server.models
Class IotEntry
java.lang.Object
net.atthegate.server.models.IotEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Boolean
checkNumbersMatch
(String textOriginal, String addToEntyLicanse) static Boolean
checkTextMatch
(String textOriginal, String addToEntyLicanse) static String
static String
getClearText
(String textOriginal) static String
getSearchTextFromClear
(String clearText) static String
getSearchTextFromLic
(String licence) boolean
boolean
isExit()
static String
numberOnly
(String clearText) toString()
-
Field Details
-
TYPE_CAR_LIC_FOUND
- See Also:
-
TYPE_PHOTO_REQUEST
- See Also:
-
idNum
-
uid
-
status
-
createdTime
-
lastSeen
-
textOriginal
-
visionText
-
clearText
-
type
-
addToEntryKey
-
addToEntyLicanse
-
notConnected
-
totalTry
-
searchText
-
numbersOnly
-
hasNumbers
-
searchTextMatch
-
numbersOnlyMatch
-
matchToOneOfRecords
-
foundWithStartParams
-
numberTextNotFound
-
deviceName
-
incidentId
-
imageBase64
-
firstImage
public byte[] firstImage -
imageUrl
-
dateHour
-
opened
public boolean opened -
blockedVisitor
public boolean blockedVisitor -
openedVisitorId
-
openedTime
-
openedName
-
openedSurname
-
entryType
-
connectedId
-
connectedTime
-
duration
-
vehicleColor
-
vehicleSeries
-
vehicleSign
-
vehicleType
-
-
Constructor Details
-
IotEntry
public IotEntry()
-
-
Method Details