client = $client; } /** * @return ClientInfo */ public function getClient() { return $this->client; } /** * @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(FindThreatMatchesRequest::class, 'Google_Service_Safebrowsing_FindThreatMatchesRequest');