caption = $caption; } /** * @return string */ public function getCaption() { return $this->caption; } /** * @param string */ public function setCopyright($copyright) { $this->copyright = $copyright; } /** * @return string */ public function getCopyright() { return $this->copyright; } /** * @param string[] */ public function setCreator($creator) { $this->creator = $creator; } /** * @return string[] */ public function getCreator() { return $this->creator; } /** * @param string */ public function setCredit($credit) { $this->credit = $credit; } /** * @return string */ public function getCredit() { return $this->credit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PhotosFourCMetadata::class, 'Google_Service_Contentwarehouse_PhotosFourCMetadata');