politeness = $politeness; } /** * @return float */ public function getPoliteness() { return $this->politeness; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SentimentSentimentBehaviors::class, 'Google_Service_Contentwarehouse_SentimentSentimentBehaviors');