remodelings = $remodelings; } /** * @return NlpMeaningMeaningRemodelings */ public function getRemodelings() { return $this->remodelings; } /** * @param string */ public function setSimplePlexity($simplePlexity) { $this->simplePlexity = $simplePlexity; } /** * @return string */ public function getSimplePlexity() { return $this->simplePlexity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeAnswersPlexityRequirement::class, 'Google_Service_Contentwarehouse_KnowledgeAnswersPlexityRequirement');