/var/www/flurhymez/vendor/google/apiclient-services/src/SecurityCommandCenter
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/SecurityCommandCenter/Source.php (1942B)
canonicalName = $canonicalName;
}
/**
* @return string
*/
public function getCanonicalName()
{
return $this->canonicalName;
}
/**
* @param string
*/
public function setDescription($description)
{
$this->description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param string
*/
public function setDisplayName($displayName)
{
$this->displayName = $displayName;
}
/**
* @return string
*/
public function getDisplayName()
{
return $this->displayName;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Source::class, 'Google_Service_SecurityCommandCenter_Source');