public class CaptchaInput extends java.lang.Object implements CaptchaInputIf
Constructor and Description |
---|
CaptchaInput() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModuleClassName() |
java.lang.String |
getRemoteIp() |
java.lang.String |
getResponse() |
java.lang.String |
getSecret() |
void |
setModuleClassName(java.lang.String moduleClassName) |
void |
setRemoteIp(java.lang.String remoteIp) |
void |
setResponse(java.lang.String response) |
void |
setSecret(java.lang.String secret) |
public java.lang.String getModuleClassName()
getModuleClassName
in interface CaptchaInputIf
public void setModuleClassName(java.lang.String moduleClassName)
setModuleClassName
in interface CaptchaInputIf
moduleClassName
- the moduleClassName to setpublic java.lang.String getSecret()
getSecret
in interface CaptchaInputIf
public void setSecret(java.lang.String secret)
setSecret
in interface CaptchaInputIf
secret
- the secret to setpublic java.lang.String getResponse()
getResponse
in interface CaptchaInputIf
public void setResponse(java.lang.String response)
setResponse
in interface CaptchaInputIf
response
- the response to setpublic java.lang.String getRemoteIp()
getRemoteIp
in interface CaptchaInputIf
public void setRemoteIp(java.lang.String remoteIp)
setRemoteIp
in interface CaptchaInputIf
remoteIp
- the remoteIp to setCopyright © 2018 DS Data Systems UK Ltd.