attributeLanguage = $attributeLanguage; } /** * @return string */ public function getAttributeLanguage() { return $this->attributeLanguage; } /** * @param string */ public function setContentType($contentType) { $this->contentType = $contentType; } /** * @return string */ public function getContentType() { return $this->contentType; } /** * @param DatafeedFetchSchedule */ public function setFetchSchedule(DatafeedFetchSchedule $fetchSchedule) { $this->fetchSchedule = $fetchSchedule; } /** * @return DatafeedFetchSchedule */ public function getFetchSchedule() { return $this->fetchSchedule; } /** * @param string */ public function setFileName($fileName) { $this->fileName = $fileName; } /** * @return string */ public function getFileName() { return $this->fileName; } /** * @param DatafeedFormat */ public function setFormat(DatafeedFormat $format) { $this->format = $format; } /** * @return DatafeedFormat */ public function getFormat() { return $this->format; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param DatafeedTarget[] */ public function setTargets($targets) { $this->targets = $targets; } /** * @return DatafeedTarget[] */ public function getTargets() { return $this->targets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Datafeed::class, 'Google_Service_ShoppingContent_Datafeed');