Class CheckResponse

java.lang.Object
net.atthegate.server.models.CheckResponse
All Implemented Interfaces:
Serializable

public class CheckResponse extends Object implements Serializable
Created by ivbar on 3/7/18.
See Also:
  • Field Details

    • bestMatch

      public String bestMatch
    • original

      public String original
    • isValid

      public boolean isValid
    • isCheckSumPresent

      @Deprecated public boolean isCheckSumPresent
      Deprecated.
    • left

      public int left
    • top

      public int top
    • width

      public int width
    • height

      public int height
    • bestMatchCdFound

      public boolean bestMatchCdFound
  • Constructor Details

    • CheckResponse

      public CheckResponse()