apiClient = $apiClient; } /** * @return ClientInfo */ public function getApiClient() { return $this->apiClient; } /** * @param ClientInfo */ public function setClient(ClientInfo $client) { $this->client = $client; } /** * @return ClientInfo */ public function getClient() { return $this->client; } /** * @param string[] */ public function setClientStates($clientStates) { $this->clientStates = $clientStates; } /** * @return string[] */ public function getClientStates() { return $this->clientStates; } /** * @param ThreatInfo */ public function setThreatInfo(ThreatInfo $threatInfo) { $this->threatInfo = $threatInfo; } /** * @return ThreatInfo */ public function getThreatInfo() { return $this->threatInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FindFullHashesRequest::class, 'Google_Service_Safebrowsing_FindFullHashesRequest');