"DEPRECATEDAnchor", "dEPRECATEDRunningAnchor" => "DEPRECATEDRunningAnchor", "dEPRECATEDTitle" => "DEPRECATEDTitle", ]; /** * @var string */ public $dEPRECATEDAnchor; /** * @var bool */ public $dEPRECATEDRunningAnchor; /** * @var string */ public $dEPRECATEDTitle; /** * @var string */ public $displaytitle; /** * @var int */ public $score; /** * @var string */ public $url; /** * @param string */ public function setDEPRECATEDAnchor($dEPRECATEDAnchor) { $this->dEPRECATEDAnchor = $dEPRECATEDAnchor; } /** * @return string */ public function getDEPRECATEDAnchor() { return $this->dEPRECATEDAnchor; } /** * @param bool */ public function setDEPRECATEDRunningAnchor($dEPRECATEDRunningAnchor) { $this->dEPRECATEDRunningAnchor = $dEPRECATEDRunningAnchor; } /** * @return bool */ public function getDEPRECATEDRunningAnchor() { return $this->dEPRECATEDRunningAnchor; } /** * @param string */ public function setDEPRECATEDTitle($dEPRECATEDTitle) { $this->dEPRECATEDTitle = $dEPRECATEDTitle; } /** * @return string */ public function getDEPRECATEDTitle() { return $this->dEPRECATEDTitle; } /** * @param string */ public function setDisplaytitle($displaytitle) { $this->displaytitle = $displaytitle; } /** * @return string */ public function getDisplaytitle() { return $this->displaytitle; } /** * @param int */ public function setScore($score) { $this->score = $score; } /** * @return int */ public function getScore() { return $this->score; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SitemapDEPRECATEDTarget::class, 'Google_Service_Contentwarehouse_SitemapDEPRECATEDTarget');