anchorsDropped = $anchorsDropped; } /** * @return string */ public function getAnchorsDropped() { return $this->anchorsDropped; } /** * @param string */ public function setDomain($domain) { $this->domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnchorsRedundantAnchorInfo::class, 'Google_Service_Contentwarehouse_AnchorsRedundantAnchorInfo');