objs = $objs; } /** * @return KnowledgeGraphTripleObj[] */ public function getObjs() { return $this->objs; } /** * @param string */ public function setPred($pred) { $this->pred = $pred; } /** * @return string */ public function getPred() { return $this->pred; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(KnowledgeGraphNestedStructPredicateObjs::class, 'Google_Service_Contentwarehouse_KnowledgeGraphNestedStructPredicateObjs');