com.openexchange.messaging
Class CaptchaParams

java.lang.Object
  extended by com.openexchange.messaging.CaptchaParams

public final class CaptchaParams
extends java.lang.Object

CaptchaParams - Simple container class for captcha parameters,

Author:
Thorben Betten

Constructor Summary
CaptchaParams()
          Initializes a new CaptchaParams.
 
Method Summary
 java.lang.String getChallenge()
          Gets the challenge.
 java.lang.String getHost()
          Gets the host; either an IP address or a host name.
 java.lang.String getResponse()
          Gets the response string.
 void setAddress(java.lang.String address)
          Sets the remote address.
 void setChallenge(java.lang.String challenge)
          Sets the challenge.
 void setResponse(java.lang.String response)
          Sets the response string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptchaParams

public CaptchaParams()
Initializes a new CaptchaParams.

Method Detail

getChallenge

public java.lang.String getChallenge()
Gets the challenge.

Returns:
The challenge

setChallenge

public void setChallenge(java.lang.String challenge)
Sets the challenge.

Parameters:
challenge - The challenge

getResponse

public java.lang.String getResponse()
Gets the response string.

Returns:
The response string

setResponse

public void setResponse(java.lang.String response)
Sets the response string.

Parameters:
response - The response string.

getHost

public java.lang.String getHost()
Gets the host; either an IP address or a host name.

Returns:
The host name

setAddress

public void setAddress(java.lang.String address)
Sets the remote address.

Parameters:
address - The remote address