public GoogleReCaptchaResponse(boolean success, String challengeTs, String hostname, List<String> errorCodes) {
    this.success = success;
    this.challengeTs = challengeTs;
    this.hostname = hostname;
    this.errorCodes = errorCodes;