polarity = $polarity; } /** * @return string */ public function getPolarity() { return $this->polarity; } /** * @param SentimentSentimentBehaviors */ public function setUserBehaviors(SentimentSentimentBehaviors $userBehaviors) { $this->userBehaviors = $userBehaviors; } /** * @return SentimentSentimentBehaviors */ public function getUserBehaviors() { return $this->userBehaviors; } /** * @param SentimentSentimentEmotions */ public function setUserEmotions(SentimentSentimentEmotions $userEmotions) { $this->userEmotions = $userEmotions; } /** * @return SentimentSentimentEmotions */ public function getUserEmotions() { return $this->userEmotions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SentimentSentiment::class, 'Google_Service_Contentwarehouse_SentimentSentiment');