beginPos = $beginPos; } /** * @return int */ public function getBeginPos() { return $this->beginPos; } /** * @param SnippetsLeadingtextLeadingTextAnnotation[] */ public function setLeadingtext($leadingtext) { $this->leadingtext = $leadingtext; } /** * @return SnippetsLeadingtextLeadingTextAnnotation[] */ public function getLeadingtext() { return $this->leadingtext; } /** * @param string */ public function setText($text) { $this->text = $text; } /** * @return string */ public function getText() { return $this->text; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnippetsLeadingtextLeadingTextInfo::class, 'Google_Service_Contentwarehouse_SnippetsLeadingtextLeadingTextInfo');