box = $box; } /** * @return HtmlrenderWebkitHeadlessProtoBox */ public function getBox() { return $this->box; } /** * @param int[] */ public function setChildRenderTreeNodeIndex($childRenderTreeNodeIndex) { $this->childRenderTreeNodeIndex = $childRenderTreeNodeIndex; } /** * @return int[] */ public function getChildRenderTreeNodeIndex() { return $this->childRenderTreeNodeIndex; } /** * @param int */ public function setDomTreeNodeIndex($domTreeNodeIndex) { $this->domTreeNodeIndex = $domTreeNodeIndex; } /** * @return int */ public function getDomTreeNodeIndex() { return $this->domTreeNodeIndex; } /** * @param HtmlrenderWebkitHeadlessProtoRenderTreeNodeInlineTextBox[] */ public function setInlineTextBox($inlineTextBox) { $this->inlineTextBox = $inlineTextBox; } /** * @return HtmlrenderWebkitHeadlessProtoRenderTreeNodeInlineTextBox[] */ public function getInlineTextBox() { return $this->inlineTextBox; } /** * @param string */ public function setRenderedText($renderedText) { $this->renderedText = $renderedText; } /** * @return string */ public function getRenderedText() { return $this->renderedText; } /** * @param int */ public function setStyleIndex($styleIndex) { $this->styleIndex = $styleIndex; } /** * @return int */ public function getStyleIndex() { return $this->styleIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HtmlrenderWebkitHeadlessProtoRenderTreeNode::class, 'Google_Service_Contentwarehouse_HtmlrenderWebkitHeadlessProtoRenderTreeNode');