acquireLicensePage = $acquireLicensePage; } /** * @return string */ public function getAcquireLicensePage() { return $this->acquireLicensePage; } /** * @param string */ public function setCopyrightNotice($copyrightNotice) { $this->copyrightNotice = $copyrightNotice; } /** * @return string */ public function getCopyrightNotice() { return $this->copyrightNotice; } /** * @param string */ public function setCopyrightNoticeSourceType($copyrightNoticeSourceType) { $this->copyrightNoticeSourceType = $copyrightNoticeSourceType; } /** * @return string */ public function getCopyrightNoticeSourceType() { return $this->copyrightNoticeSourceType; } /** * @param string[] */ public function setCreator($creator) { $this->creator = $creator; } /** * @return string[] */ public function getCreator() { return $this->creator; } /** * @param string */ public function setCreatorSourceType($creatorSourceType) { $this->creatorSourceType = $creatorSourceType; } /** * @return string */ public function getCreatorSourceType() { return $this->creatorSourceType; } /** * @param string */ public function setCreditText($creditText) { $this->creditText = $creditText; } /** * @return string */ public function getCreditText() { return $this->creditText; } /** * @param string */ public function setCreditTextSourceType($creditTextSourceType) { $this->creditTextSourceType = $creditTextSourceType; } /** * @return string */ public function getCreditTextSourceType() { return $this->creditTextSourceType; } /** * @param bool */ public function setIsRetiredCcUrl($isRetiredCcUrl) { $this->isRetiredCcUrl = $isRetiredCcUrl; } /** * @return bool */ public function getIsRetiredCcUrl() { return $this->isRetiredCcUrl; } /** * @param string */ public function setLicenseType($licenseType) { $this->licenseType = $licenseType; } /** * @return string */ public function getLicenseType() { return $this->licenseType; } /** * @param string */ public function setLicenseUrl($licenseUrl) { $this->licenseUrl = $licenseUrl; } /** * @return string */ public function getLicenseUrl() { return $this->licenseUrl; } /** * @param int */ public function setSafesearchFlags($safesearchFlags) { $this->safesearchFlags = $safesearchFlags; } /** * @return int */ public function getSafesearchFlags() { return $this->safesearchFlags; } /** * @param string */ public function setSourceType($sourceType) { $this->sourceType = $sourceType; } /** * @return string */ public function getSourceType() { return $this->sourceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageSearchImageLicenseInfo::class, 'Google_Service_Contentwarehouse_ImageSearchImageLicenseInfo');