entityName = $entityName; } /** * @return string */ public function getEntityName() { return $this->entityName; } /** * @param float */ public function setMagnitude($magnitude) { $this->magnitude = $magnitude; } /** * @return float */ public function getMagnitude() { return $this->magnitude; } /** * @param YoutubeCommentsSentimentSentimentEntitySentimentAnnotationMentionSentimentAnnotation[] */ public function setMentionSentiment($mentionSentiment) { $this->mentionSentiment = $mentionSentiment; } /** * @return YoutubeCommentsSentimentSentimentEntitySentimentAnnotationMentionSentimentAnnotation[] */ public function getMentionSentiment() { return $this->mentionSentiment; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param float */ public function setPolarity($polarity) { $this->polarity = $polarity; } /** * @return float */ public function getPolarity() { return $this->polarity; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(YoutubeCommentsSentimentSentimentEntitySentimentAnnotation::class, 'Google_Service_Contentwarehouse_YoutubeCommentsSentimentSentimentEntitySentimentAnnotation');