Class GoogleValidationResponse

java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.captcha.GoogleValidationResponse
All Implemented Interfaces:
Serializable

public class GoogleValidationResponse extends Object implements Serializable
Representation of captcha configuration for a base store
See Also:
  • Constructor Details

    • GoogleValidationResponse

      public GoogleValidationResponse()
  • Method Details

    • setSuccess

      public void setSuccess(Boolean success)
    • getSuccess

      public Boolean getSuccess()
    • setChallengeTime

      public void setChallengeTime(Date challengeTime)
    • getChallengeTime

      public Date getChallengeTime()
    • setHostName

      public void setHostName(String hostName)
    • getHostName

      public String getHostName()
    • setErrorCodes

      public void setErrorCodes(List<String> errorCodes)
    • getErrorCodes

      public List<String> getErrorCodes()