cookie = $cookie; } /** * @return HtmlrenderWebkitHeadlessProtoCookie[] */ public function getCookie() { return $this->cookie; } /** * @param string */ public function setCurrentClientUrl($currentClientUrl) { $this->currentClientUrl = $currentClientUrl; } /** * @return string */ public function getCurrentClientUrl() { return $this->currentClientUrl; } /** * @param HtmlrenderWebkitHeadlessProtoDocument */ public function setDocument(HtmlrenderWebkitHeadlessProtoDocument $document) { $this->document = $document; } /** * @return HtmlrenderWebkitHeadlessProtoDocument */ public function getDocument() { return $this->document; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param HtmlrenderWebkitHeadlessProtoImage */ public function setImage(HtmlrenderWebkitHeadlessProtoImage $image) { $this->image = $image; } /** * @return HtmlrenderWebkitHeadlessProtoImage */ public function getImage() { return $this->image; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HtmlrenderWebkitHeadlessProtoPartialRender::class, 'Google_Service_Contentwarehouse_HtmlrenderWebkitHeadlessProtoPartialRender');