芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/CloudSearch/Provenance.php
annotationBlob = $annotationBlob; } /** * @return string */ public function getAnnotationBlob() { return $this->annotationBlob; } /** * @param string */ public function setCanonicalUrl($canonicalUrl) { $this->canonicalUrl = $canonicalUrl; } /** * @return string */ public function getCanonicalUrl() { return $this->canonicalUrl; } /** * @param string */ public function setInputUrl($inputUrl) { $this->inputUrl = $inputUrl; } /** * @return string */ public function getInputUrl() { return $this->inputUrl; } /** * @param string[] */ public function setItemtype($itemtype) { $this->itemtype = $itemtype; } /** * @return string[] */ public function getItemtype() { return $this->itemtype; } /** * @param string */ public function setRetrievedTimestampMsec($retrievedTimestampMsec) { $this->retrievedTimestampMsec = $retrievedTimestampMsec; } /** * @return string */ public function getRetrievedTimestampMsec() { return $this->retrievedTimestampMsec; } /** * @param string */ public function setRetrievedUrl($retrievedUrl) { $this->retrievedUrl = $retrievedUrl; } /** * @return string */ public function getRetrievedUrl() { return $this->retrievedUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Provenance::class, 'Google_Service_CloudSearch_Provenance');