java.lang.Object
tr.com.havelsan.javarch.oauth.captcha.verification.provider.model.HvlOAuthCaptchaResponse
All Implemented Interfaces:
Serializable

public class HvlOAuthCaptchaResponse extends Object implements Serializable
The type HvlOAuthCaptchaResponse is used for mapped to captcha response.
See Also:
  • Field Details

  • Constructor Details

    • HvlOAuthCaptchaResponse

      public HvlOAuthCaptchaResponse()
  • Method Details

    • isSuccess

      public boolean isSuccess()
      Is success boolean.
      Returns:
      the boolean
    • setSuccess

      public void setSuccess(boolean success)
      Sets success.
      Parameters:
      success - the success
    • getChallengeTs

      public String getChallengeTs()
      Gets challenge ts.
      Returns:
      the challenge ts
    • setChallengeTs

      public void setChallengeTs(String challengeTs)
      Sets challenge ts.
      Parameters:
      challengeTs - the challenge ts
    • getHostname

      public String getHostname()
      Gets hostname.
      Returns:
      the hostname
    • setHostname

      public void setHostname(String hostname)
      Sets hostname.
      Parameters:
      hostname - the hostname
    • getErrorCodeSet

      public Set<HvlOAuthCaptchaErrorCode> getErrorCodeSet()
      Gets error code set.
      Returns:
      the error code set
    • setErrorCodeSet

      public void setErrorCodeSet(Set<HvlOAuthCaptchaErrorCode> errorCodeSet)
      Sets error code set.
      Parameters:
      errorCodeSet - the error code set
    • getScore

      public float getScore()
      Gets score.
      Returns:
      the score
    • setScore

      public void setScore(float score)
      Sets score.
      Parameters:
      score - the score
    • getAction

      public String getAction()
      Gets action.
      Returns:
      the action
    • setAction

      public void setAction(String action)
      Sets action.
      Parameters:
      action - the action