public class CaptchaResult extends java.lang.Object implements CaptchaResultIf
Constructor and Description |
---|
CaptchaResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getErrorCodes() |
boolean |
isSuccess()
Set to true if an error is found
|
void |
setErrorCodes(java.lang.String[] errorCodes) |
void |
setSuccess(boolean success)
Set to true if an error is found
|
public boolean isSuccess()
isSuccess
in interface CaptchaResultIf
public void setSuccess(boolean success)
setSuccess
in interface CaptchaResultIf
success
- the success to setpublic java.lang.String[] getErrorCodes()
getErrorCodes
in interface CaptchaResultIf
public void setErrorCodes(java.lang.String[] errorCodes)
setErrorCodes
in interface CaptchaResultIf
errorCodes
- the errorCodes to setCopyright © 2018 DS Data Systems UK Ltd.