contextParams = $contextParams; } /** * @return Google_Service_CivicInfo_ContextParams */ public function getContextParams() { return $this->contextParams; } /** * @param Google_Service_CivicInfo_VoterInfoSegmentResult */ public function setVoterInfoSegmentResult(Google_Service_CivicInfo_VoterInfoSegmentResult $voterInfoSegmentResult) { $this->voterInfoSegmentResult = $voterInfoSegmentResult; } /** * @return Google_Service_CivicInfo_VoterInfoSegmentResult */ public function getVoterInfoSegmentResult() { return $this->voterInfoSegmentResult; } }