clientInfo = $clientInfo; } /** * @return GoogleSecuritySafebrowsingV4ClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param GoogleSecuritySafebrowsingV4ThreatEntry */ public function setEntry(GoogleSecuritySafebrowsingV4ThreatEntry $entry) { $this->entry = $entry; } /** * @return GoogleSecuritySafebrowsingV4ThreatEntry */ public function getEntry() { return $this->entry; } /** * @param string */ public function setPlatformType($platformType) { $this->platformType = $platformType; } /** * @return string */ public function getPlatformType() { return $this->platformType; } /** * @param GoogleSecuritySafebrowsingV4ThreatHitThreatSource[] */ public function setResources($resources) { $this->resources = $resources; } /** * @return GoogleSecuritySafebrowsingV4ThreatHitThreatSource[] */ public function getResources() { return $this->resources; } /** * @param string */ public function setThreatType($threatType) { $this->threatType = $threatType; } /** * @return string */ public function getThreatType() { return $this->threatType; } /** * @param GoogleSecuritySafebrowsingV4ThreatHitUserInfo */ public function setUserInfo(GoogleSecuritySafebrowsingV4ThreatHitUserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return GoogleSecuritySafebrowsingV4ThreatHitUserInfo */ public function getUserInfo() { return $this->userInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV4ThreatHit::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatHit');