content = $content; } public function getContent() { return $this->content; } public function setGcsContentUri($gcsContentUri) { $this->gcsContentUri = $gcsContentUri; } public function getGcsContentUri() { return $this->gcsContentUri; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }