/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Safebrowsing
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Safebrowsing/ThreatHit.php (2790B)
clientInfo = $clientInfo;
}
/**
* @return ClientInfo
*/
public function getClientInfo()
{
return $this->clientInfo;
}
/**
* @param ThreatEntry
*/
public function setEntry(ThreatEntry $entry)
{
$this->entry = $entry;
}
/**
* @return ThreatEntry
*/
public function getEntry()
{
return $this->entry;
}
/**
* @param string
*/
public function setPlatformType($platformType)
{
$this->platformType = $platformType;
}
/**
* @return string
*/
public function getPlatformType()
{
return $this->platformType;
}
/**
* @param ThreatSource[]
*/
public function setResources($resources)
{
$this->resources = $resources;
}
/**
* @return ThreatSource[]
*/
public function getResources()
{
return $this->resources;
}
/**
* @param string
*/
public function setThreatType($threatType)
{
$this->threatType = $threatType;
}
/**
* @return string
*/
public function getThreatType()
{
return $this->threatType;
}
/**
* @param UserInfo
*/
public function setUserInfo(UserInfo $userInfo)
{
$this->userInfo = $userInfo;
}
/**
* @return UserInfo
*/
public function getUserInfo()
{
return $this->userInfo;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ThreatHit::class, 'Google_Service_Safebrowsing_ThreatHit');