Class GoogleRecaptchaResponse

java.lang.Object
sk.iway.iwcm.system.captcha.GoogleRecaptchaResponse

public class GoogleRecaptchaResponse extends Object
  • Constructor Details

    • GoogleRecaptchaResponse

      public GoogleRecaptchaResponse()
  • Method Details

    • isSuccess

      public boolean isSuccess()
    • setSuccess

      public void setSuccess(boolean success)
    • getChallengeDate

      public String getChallengeDate()
    • setChallengeDate

      public void setChallengeDate(String challengeDate)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getScore

      public double getScore()
    • setScore

      public void setScore(double score)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getErrorCodes

      public List<String> getErrorCodes()
    • setErrorCodes

      public void setErrorCodes(List<String> errorCodes)