apiClient = $apiClient; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getApiClient() { return $this->apiClient; } /** * @param Google_Service_Safebrowsing_ClientInfo */ public function setClient(Google_Service_Safebrowsing_ClientInfo $client) { $this->client = $client; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getClient() { return $this->client; } public function setClientStates($clientStates) { $this->clientStates = $clientStates; } public function getClientStates() { return $this->clientStates; } /** * @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; } }