clientInfo = $clientInfo; } /** * @return Google_Service_Safebrowsing_ClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_Safebrowsing_ThreatEntry */ public function setEntry(Google_Service_Safebrowsing_ThreatEntry $entry) { $this->entry = $entry; } /** * @return Google_Service_Safebrowsing_ThreatEntry */ public function getEntry() { return $this->entry; } public function setPlatformType($platformType) { $this->platformType = $platformType; } public function getPlatformType() { return $this->platformType; } /** * @param Google_Service_Safebrowsing_ThreatSource */ public function setResources($resources) { $this->resources = $resources; } /** * @return Google_Service_Safebrowsing_ThreatSource */ public function getResources() { return $this->resources; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } /** * @param Google_Service_Safebrowsing_UserInfo */ public function setUserInfo(Google_Service_Safebrowsing_UserInfo $userInfo) { $this->userInfo = $userInfo; } /** * @return Google_Service_Safebrowsing_UserInfo */ public function getUserInfo() { return $this->userInfo; } }