category = $category;
}
public function getCategory()
{
return $this->category;
}
public function setComment($comment)
{
$this->comment = $comment;
}
public function getComment()
{
return $this->comment;
}
public function setLocator($locator)
{
$this->locator = $locator;
}
public function getLocator()
{
return $this->locator;
}
public function setType($type)
{
$this->type = $type;
}
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ExternalRef::class, 'Google_Service_ContainerAnalysis_ExternalRef');