client = $client; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getClient() { return $this->client; } /** * @param Google_Service_Safebrowsing_ThreatInfo */ public function setThreatInfo(Google_Service_Safebrowsing_ThreatInfo $threatInfo) { $this->threatInfo = $threatInfo; } /** * @return Google_Service_Safebrowsing_ThreatInfo */ public function getThreatInfo() { return $this->threatInfo; } }