lead = $lead; } /** * @return Google_Service_Partners_Lead */ public function getLead() { return $this->lead; } public function setRecaptchaStatus($recaptchaStatus) { $this->recaptchaStatus = $recaptchaStatus; } public function getRecaptchaStatus() { return $this->recaptchaStatus; } /** * @param Google_Service_Partners_ResponseMetadata */ public function setResponseMetadata(Google_Service_Partners_ResponseMetadata $responseMetadata) { $this->responseMetadata = $responseMetadata; } /** * @return Google_Service_Partners_ResponseMetadata */ public function getResponseMetadata() { return $this->responseMetadata; } }