Class GoogleValidationResponse
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.captcha.GoogleValidationResponse
- All Implemented Interfaces:
Serializable
Representation of captcha configuration for a base store
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetChallengeTime(Date challengeTime) voidsetErrorCodes(List<String> errorCodes) voidsetHostName(String hostName) voidsetSuccess(Boolean success)
-
Constructor Details
-
GoogleValidationResponse
public GoogleValidationResponse()
-
-
Method Details
-
setSuccess
-
getSuccess
-
setChallengeTime
-
getChallengeTime
-
setHostName
-
getHostName
-
setErrorCodes
-
getErrorCodes
-