content = $content; } /** * @return string */ public function getContent() { return $this->content; } /** * @param WirelessTranscoderFetchFetchSourceInfo[] */ public function setFetchSourceInfo($fetchSourceInfo) { $this->fetchSourceInfo = $fetchSourceInfo; } /** * @return WirelessTranscoderFetchFetchSourceInfo[] */ public function getFetchSourceInfo() { return $this->fetchSourceInfo; } /** * @param string */ public function setFinalContentUrl($finalContentUrl) { $this->finalContentUrl = $finalContentUrl; } /** * @return string */ public function getFinalContentUrl() { return $this->finalContentUrl; } /** * @param WirelessTranscoderFetchFetchMetadata[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return WirelessTranscoderFetchFetchMetadata[] */ public function getMetadata() { return $this->metadata; } /** * @param int */ public function setMethod($method) { $this->method = $method; } /** * @return int */ public function getMethod() { return $this->method; } /** * @param string */ public function setPostData($postData) { $this->postData = $postData; } /** * @return string */ public function getPostData() { return $this->postData; } /** * @param HtmlrenderWebkitHeadlessProtoResourceHttpHeader[] */ public function setRequestHeader($requestHeader) { $this->requestHeader = $requestHeader; } /** * @return HtmlrenderWebkitHeadlessProtoResourceHttpHeader[] */ public function getRequestHeader() { return $this->requestHeader; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HtmlrenderWebkitHeadlessProtoResource::class, 'Google_Service_Contentwarehouse_HtmlrenderWebkitHeadlessProtoResource');