Class GoogleResponse
- java.lang.Object
-
- cronapp.framework.authentication.token.google.GoogleResponse
-
public class GoogleResponse extends Object
Class google response do recapthar- Since:
- 2019-12-18
- Version:
- 1.0
- Author:
- Wesley Rover
-
-
Constructor Summary
Constructors Constructor Description GoogleResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChallengeTs()cronapp.framework.authentication.token.google.GoogleResponse.ErrorCode[]getErrorCodes()StringgetHostname()booleanhasClientError()booleanisSuccess()voidsetChallengeTs(String challengeTs)voidsetErrorCodes(cronapp.framework.authentication.token.google.GoogleResponse.ErrorCode[] errorCodes)voidsetHostname(String hostname)voidsetSuccess(boolean success)StringtoString()
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
-
setSuccess
public void setSuccess(boolean success)
-
getChallengeTs
public String getChallengeTs()
-
setChallengeTs
public void setChallengeTs(String challengeTs)
-
getHostname
public String getHostname()
-
setHostname
public void setHostname(String hostname)
-
setErrorCodes
public void setErrorCodes(cronapp.framework.authentication.token.google.GoogleResponse.ErrorCode[] errorCodes)
-
getErrorCodes
public cronapp.framework.authentication.token.google.GoogleResponse.ErrorCode[] getErrorCodes()
-
hasClientError
public boolean hasClientError()
-
-