Class IotEntry

java.lang.Object
net.atthegate.server.models.IotEntry

public class IotEntry extends Object
  • Field Details

    • TYPE_CAR_LIC_FOUND

      public static final String TYPE_CAR_LIC_FOUND
      See Also:
    • TYPE_PHOTO_REQUEST

      public static final String TYPE_PHOTO_REQUEST
      See Also:
    • idNum

      public Long idNum
    • uid

      public String uid
    • status

      public String status
    • createdTime

      public Long createdTime
    • lastSeen

      public Long lastSeen
    • textOriginal

      public String textOriginal
    • visionText

      public String visionText
    • clearText

      public String clearText
    • type

      public String type
    • addToEntryKey

      public String addToEntryKey
    • addToEntyLicanse

      public String addToEntyLicanse
    • notConnected

      public Boolean notConnected
    • totalTry

      public Integer totalTry
    • searchText

      public String searchText
    • numbersOnly

      public String numbersOnly
    • hasNumbers

      public Boolean hasNumbers
    • searchTextMatch

      public Boolean searchTextMatch
    • numbersOnlyMatch

      public Boolean numbersOnlyMatch
    • matchToOneOfRecords

      public Boolean matchToOneOfRecords
    • foundWithStartParams

      public Boolean foundWithStartParams
    • numberTextNotFound

      public Boolean numberTextNotFound
    • deviceName

      public String deviceName
    • incidentId

      public Long incidentId
    • imageBase64

      public String imageBase64
    • firstImage

      public byte[] firstImage
    • imageUrl

      public String imageUrl
    • dateHour

      public String dateHour
    • opened

      public boolean opened
    • blockedVisitor

      public boolean blockedVisitor
    • openedVisitorId

      public Long openedVisitorId
    • openedTime

      public Long openedTime
    • openedName

      public String openedName
    • openedSurname

      public String openedSurname
    • entryType

      public String entryType
    • connectedId

      public Long connectedId
    • connectedTime

      public Long connectedTime
    • duration

      public Long duration
    • vehicleColor

      public String vehicleColor
    • vehicleSeries

      public String vehicleSeries
    • vehicleSign

      public String vehicleSign
    • vehicleType

      public String vehicleType
  • Constructor Details

    • IotEntry

      public IotEntry()
  • Method Details

    • getSearchTextFromLic

      public static String getSearchTextFromLic(String licence)
    • getSearchTextFromClear

      public static String getSearchTextFromClear(String clearText)
    • getClearText

      public static String getClearText(String textOriginal)
    • numberOnly

      public static String numberOnly(String clearText)
    • checkTextMatch

      public static Boolean checkTextMatch(String textOriginal, String addToEntyLicanse)
    • checkNumbersMatch

      public static Boolean checkNumbersMatch(String textOriginal, String addToEntyLicanse)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getHaveAnyMatch

      public Boolean getHaveAnyMatch()
    • fixZkText

      public static String fixZkText(String plate)
    • isEntranse

      public boolean isEntranse()
    • isExit

      public boolean isExit()