bolded = $bolded; } /** * @return bool */ public function getBolded() { return $this->bolded; } /** * @param int */ public function setByteOffsetBegin($byteOffsetBegin) { $this->byteOffsetBegin = $byteOffsetBegin; } /** * @return int */ public function getByteOffsetBegin() { return $this->byteOffsetBegin; } /** * @param int */ public function setByteOffsetEnd($byteOffsetEnd) { $this->byteOffsetEnd = $byteOffsetEnd; } /** * @return int */ public function getByteOffsetEnd() { return $this->byteOffsetEnd; } /** * @param string */ public function setSection($section) { $this->section = $section; } /** * @return string */ public function getSection() { return $this->section; } /** * @param string */ public function setTokenPos($tokenPos) { $this->tokenPos = $tokenPos; } /** * @return string */ public function getTokenPos() { return $this->tokenPos; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MustangSnippetsRenderedToken::class, 'Google_Service_Contentwarehouse_MustangSnippetsRenderedToken');