begin = $begin; } /** * @return int */ public function getBegin() { return $this->begin; } /** * @param string */ public function setBeginText($beginText) { $this->beginText = $beginText; } /** * @return string */ public function getBeginText() { return $this->beginText; } /** * @param int */ public function setEnd($end) { $this->end = $end; } /** * @return int */ public function getEnd() { return $this->end; } /** * @param string */ public function setEndText($endText) { $this->endText = $endText; } /** * @return string */ public function getEndText() { return $this->endText; } /** * @param string */ public function setMatchedPattern($matchedPattern) { $this->matchedPattern = $matchedPattern; } /** * @return string */ public function getMatchedPattern() { return $this->matchedPattern; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnippetsLeadingtextLeadingTextAnnotationPiece::class, 'Google_Service_Contentwarehouse_SnippetsLeadingtextLeadingTextAnnotationPiece');