generatedMillis = $generatedMillis; } public function getGeneratedMillis() { return $this->generatedMillis; } /** * @param Google_Service_CivicInfo_PostalAddress */ public function setPostalAddress(Google_Service_CivicInfo_PostalAddress $postalAddress) { $this->postalAddress = $postalAddress; } /** * @return Google_Service_CivicInfo_PostalAddress */ public function getPostalAddress() { return $this->postalAddress; } /** * @param Google_Service_CivicInfo_VoterInfoRequest */ public function setRequest(Google_Service_CivicInfo_VoterInfoRequest $request) { $this->request = $request; } /** * @return Google_Service_CivicInfo_VoterInfoRequest */ public function getRequest() { return $this->request; } /** * @param Google_Service_CivicInfo_VoterInfoResponse */ public function setResponse(Google_Service_CivicInfo_VoterInfoResponse $response) { $this->response = $response; } /** * @return Google_Service_CivicInfo_VoterInfoResponse */ public function getResponse() { return $this->response; } }