documentSentiment = $documentSentiment; } public function getDocumentSentiment() { return $this->documentSentiment; } public function setLanguage($language) { $this->language = $language; } public function getLanguage() { return $this->language; } }